[FFmpeg-user] Compiling ffmpeg in QNAP for BubbleUPNP server .. somebody ever heard of this?

Vittorio Ferrando vferrando at gmail.com
Mon Aug 11 17:03:32 CEST 2014


Hi,
I am trying to follow this faq
http://www.bubblesoftapps.com/bubbleupnpserver/#faq7

compile options:
./configure --enable-ssse3 --prefix=/opt --extra-cflags='-I/opt/include'
--extra-ldflags='-L/opt/lib' --enable-static --disable-shared
--disable-ffplay --disable-ffserver --enable-libmp3lame

When I issue 'make', compiler exits

[/opt/compile/ffmpeg] # make
AS    libavcodec/arm/idctdsp_arm.o
AS    libavcodec/arm/idctdsp_armv6.o
CC    libavcodec/arm/idctdsp_init_arm.o
CC    libavcodec/arm/idctdsp_init_armv5te.o
CC    libavcodec/arm/idctdsp_init_armv6.o
CC    libavcodec/arm/idctdsp_init_neon.o
AS    libavcodec/arm/idctdsp_neon.o
AS    libavcodec/arm/int_neon.o
AS    libavcodec/arm/jrevdct_arm.o
CC    libavcodec/arm/lossless_audiodsp_init_arm.o
AS    libavcodec/arm/lossless_audiodsp_neon.o
gcc: Internal error: Segmentation fault (program as)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [libavcodec/arm/lossless_audiodsp_neon.o] Error 1
[/opt/compile/ffmpeg] #

Tthanks


More information about the ffmpeg-user mailing list