Ik ben bezig met ffmpeg aan het installeren op centos maar ik krijg steeds deze error:
[root@serv01 ffmpeg]# TMPDIR="/root/tmp" ./configure --enable-libmp3lame --enabl e-libogg --enable-libvorbis --disable-mmx --enable-shared
install prefix /usr/local
source path /root/ffmpeg/ffmpeg
C compiler gcc
make make
.align is power-of-two no
ARCH x86_64 (generic)
big-endian no
MMX enabled no
CMOV enabled no
CMOV is fast no
gprof enabled no
debug symbols yes
strip symbols yes
optimize yes
static yes
shared yes
postprocessing support no
software scaler enabled no
video hooking yes
Imlib2 support no
FreeType support yes
network support yes
IPv6 support yes
threading support no
SDL support no
Sun medialib support no
AVISynth enabled no
liba52 support no
liba52 dlopened no
libamr-nb support no
libamr-wb support no
libfaac enabled no
libfaad enabled no
faadbin enabled no
libgsm enabled no
libmp3lame enabled yes
libnut enabled no
libogg enabled yes
libtheora enabled no
libvorbis enabled yes
x264 enabled no
XviD enabled no
zlib enabled yes
License: LGPL
Creating config.mak and config.h...
config.h is unchanged
[root@serv01 ffmpeg]# make
make -C libavutil all
make[1]: Entering directory `/root/ffmpeg/ffmpeg/libavutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/ffmpeg/ffmpeg/libavutil'
make -C libavcodec all
make[1]: Entering directory `/root/ffmpeg/ffmpeg/libavcodec'
gcc -I"/root/ffmpeg/ffmpeg"/libswscale -I"/root/ffmpeg/ffmpeg"/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I"/root/ffmpeg/ffmpeg" -I"/root/ffmpeg/ffmpeg" -I"/root/ffmpeg/ffmpeg"/libavutil -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -O3 -fPIC -DPIC -c -o dsputil.o dsputil.c
In file included from dsputil.c:30:
avcodec.h:2501: warning: `ImgReSampleContext' is deprecated (declared at avcodec.h:2480)
avcodec.h:2507: warning: `ImgReSampleContext' is deprecated (declared at avcodec.h:2480)
dsputil.c: In function `ff_check_alignment':
dsputil.c:3824: warning: cast from pointer to integer of different size
dsputil.c:3837: error: unrecognizable insn:
(insn 64 10 12 0 dsputil.c:3824 (set (reg:SI 0 ax [61])
(subreg:SI (plus

I (subreg

I (reg:SI 7 sp) 0)
(const_int -4 [0xfffffffffffffffc])) 0)) -1 (nil)
(nil))
dsputil.c:3837: internal compiler error: in extract_insn, at recog.c:2083
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccvIEL0k.out file, please attach this to your bugreport.
make[1]: *** [dsputil.o] Error 1
make[1]: Leaving directory `/root/ffmpeg/ffmpeg/libavcodec'
make: *** [lib] Error 2
[root@serv01 ffmpeg]#
ik draai het op centos 4.4 64bit
intel pentium 3ghz
512mb werk
2x80gb
ik gebruik deze tut:
http://vexxhost.com/blog/2007/03/03/...-the-easy-way/
Bij voorbaat dank
ik krijg nu deze error:
[root@serv01 ffmpeg]# ffmpeg
ffmpeg: error while loading shared libraries: libavutil.so.49: cannot open shared object file: No such file or directory
[root@serv01 ffmpeg]#