Moin..
Nachdem ja die Precompiled Binarys slow as hell sind auf nem SMP system wollte ich wie vorher auch meine FFmpeg und Mplayer selbst compilen..
Nur Leider macht Breezy mir da n strich durch die rechnung...
./configure --enable-xvid --enable-mp3lame --enable-gpl --enable-a52 --enable-x264
War noch ok und ergab folgendes:
–-snip-–
Install prefix /usr/local
Source path /home/trance/down/FFMpeg-20050806
C compiler gcc
make make
CPU x86 (generic)
Big Endian no
inttypes.h yes
broken inttypes.h no
MMX enabled yes
Vector Builtins yes
gprof enabled no
zlib enabled yes
libgsm enabled no
mp3lame enabled yes
libogg enabled no
vorbis enabled no
theora enabled no
faad enabled no
faadbin enabled no
faac enabled no
xvid enabled yes
x264 enabled yes
a52 support yes
a52 dlopened no
dts support no
pp support no
debug symbols yes
strip symbols yes
optimize yes
shared pp no
Video hooking yes
SDL support no
Imlib2 support no
freetype support yes
Sun medialib support no
pthreads support no
AMR-NB float support no
AMR-NB fixed support no
AMR-WB float support no
AMR-WB IF2 support no
network support yes
IPv6 support yes
License: GPL
Creating config.mak and config.h
config.h is unchanged
–-snip-–
Das dann folgende MAKE ergab dann leider...
–-snip-–
make[1]: Gehe in Verzeichnis »/home/trance/down/FFMpeg-20050806/libavcodec«
gcc -O3 -g -DHAVE_AV_CONFIG_H -I.. -I'/home/trance/down/FFMpeg-20050806'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o x264.o x264.c
x264.c: In function X264_init':\\
x264.c:137: Fehler: structure hat kein Element namens »i_vbv_buffer_size«\\
x264.c:158: Fehler: structure hat kein Element namens »i_threads«\\
make[1]: *** [x264.o] Fehler 1\\
make[1]: Verlasse Verzeichnis »/home/trance/down/FFMpeg-20050806/libavcodec«\\
make: *** [lib] Fehler 2\\
---snip---
Selbst wenn ich --disable-x264 mache kommt fehler wegen x264..
Jemand ne ahnung ?