pogo11 <[email protected]> added the comment: When using latest svn, the same error comes up with:
./configure --enable-shared --enable-pic && make and: ./configure --enable-pic && make As soon as -DPIC is present in the CFLAGS (--enable-pic adds it), there is an error, weither it comes from -DPIC or --enable-pic. I attached the config.log when using ./configure --enable-pic The error I get is the same as with GStreamer: gcc -I. -I"/home/mabis2/temp/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -DHAVE_AV_CONFIG_H -std=c99 -fomit-frame-pointer -fPIC -pthread -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -Werror=missing-prototypes -MMD -MF libavcodec/x86/dsputil_mmx.d -MT libavcodec/x86/dsputil_mmx.o -c -o libavcodec/x86/dsputil_mmx.o libavcodec/x86/dsputil_mmx.c libavcodec/x86/dsputil_mmx.c:2398: warning: 'ff_x264_deblock_v_luma_intra_mmxext' defined but not used libavcodec/x86/h264dsp_mmx.c: In function 'h264_h_loop_filter_luma_mmx2': libavcodec/x86/dsputil_mmx.c:731: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' libavcodec/x86/dsputil_mmx.c:731: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/h264dsp_mmx.c:634: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/h264dsp_mmx.c:634: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints libavcodec/x86/dsputil_mmx.c:731: error: 'asm' operand has impossible constraints make: *** [libavcodec/x86/dsputil_mmx.o] Error 1 File 'config.log' not attached - you can download it from https://roundup.ffmpeg.org/file973. ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2088> ________________________________________________
