media-plugins/gst-plugins-ffmpeg fails to compile on ARM Cortex-A9 (pandaboard omap 4460), with dsputil_vfp not supported error, i found a way to get it built manually by commenting the following lines: 40:OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \ 41: arm/dsputil_init_vfp.o \ in gst-ffmpeg-0.10.13/gst-libs/ext/libav/libavcodec/arm/Makefile after doing ./autogen.sh and ./configure Reproducible: Always Steps to Reproduce: 1.emerge -v gst-plugins-ffmpeg 2.fail 3. Actual Results: Failed to compile with many errors like this: libavcodec/arm/dsputil_vfp.S: Assembler messages: libavcodec/arm/dsputil_vfp.S:45: Error: selected processor does not support ARM mode `vpush {d8-d15}' Expected Results: Finish compiling
Created attachment 301291 [details] emerge --info
Created attachment 301295 [details] build.log for when the error breaks compiling
Don't CC random people, please.
should be fixed in gst-plugins-ffmpeg-0.10.13_p201211 (uses system ffmpeg)