[Ffmpeg-devel] ffmpeg Compile Error
Kyle Nelson
nelsok
Mon May 15 23:59:38 CEST 2006
I am running FC4
My goal is to take snapshots of uplodaed videos and convert all uploaded
videos to flv
I used cvs:
cvs -z9 -d:pserver:anonymous at mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
Ran this from ffmpeg dir.
./configure --prefix=/usr/bin --extra-cflags=-mcpu=pentium4 --disable-debug
--disable-audio-oss --disable-network --disable-vhook --disable-ffserver
--disable-ffplay
Ran this:
make
And I got this error:
i386/fft_3dn2.c: In function ?ff_fft_calc_3dn2?:
i386/fft_3dn2.c:66: warning: implicit declaration of function ?_m_pswapd?
i386/fft_3dn2.c:66: error: incompatible types in assignment
i386/fft_3dn2.c:105: error: incompatible types in assignment
i386/fft_3dn2.c:106: error: incompatible types in assignment
i386/fft_3dn2.c:112: warning: implicit declaration of function ?_m_pfpnacc?
i386/fft_3dn2.c:112: error: incompatible types in assignment
i386/fft_3dn2.c:113: error: incompatible types in assignment
make[1]: *** [i386/fft_3dn2.o] Error 1
make[1]: Leaving directory `/usr/bin/ffmpeg/libavcodec'
make: *** [lib] Error 2
Any Ideas?
More information about the ffmpeg-devel
mailing list