[mythtv-users] building ffmpeg wuith xvid from source

Jack Lowry jrlowry376 at adelphia.net
Tue Sep 5 01:49:43 UTC 2006


I'm trying to build ffmpeg from svn I just pulled with xvid included so 
I can use it with myth2ipod.

I attempting this on slackware 10.2

even a simple

./configure  --enable-xvid --enable-gpl
make

blows up with

root at myth:/usr/local/src/ffmpeg/ffmpeg# make
/usr/local/src/ffmpeg/ffmpeg/version.sh "/usr/local/src/ffmpeg/ffmpeg"
make -C libavutil   all
make[1]: Entering directory `/usr/local/src/ffmpeg/ffmpeg/libavutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/ffmpeg/ffmpeg/libavutil'
make -C libavcodec  all
make[1]: Entering directory `/usr/local/src/ffmpeg/ffmpeg/libavcodec'
gcc -DHAVE_AV_CONFIG_H -I.. -I/usr/local/src/ffmpeg/ffmpeg/libavutil -g 
-Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith 
-Wredundant-decls -Winline -O3 -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE    -c -o xvidff.o xvidff.c
xvidff.c: In function `ff_xvid_encode_init':
xvidff.c:230: warning: implicit declaration of function `av_tempfile'
xvidff.c: In function `ff_xvid_encode_frame':
xvidff.c:395: error: `XVID_CSP_PLANAR' undeclared (first use in this 
function)
xvidff.c:395: error: (Each undeclared identifier is reported only once
xvidff.c:395: error: for each function it appears in.)
xvidff.c: In function `xvid_ff_2pass_before':
xvidff.c:669: error: `XVID_ME_FAST_MODEINTERPOLATE' undeclared (first 
use in this function)
xvidff.c:670: error: `XVID_ME_SKIP_DELTASEARCH' undeclared (first use in 
this function)
xvidff.c:672: error: `XVID_ME_BFRAME_EARLYSTOP' undeclared (first use in 
this function)
xvidff.c: In function `xvid_ff_2pass_after':
xvidff.c:713: error: structure has no member named `stats'
xvidff.c:713: error: structure has no member named `stats'
xvidff.c:713: error: structure has no member named `stats'
xvidff.c:714: error: structure has no member named `stats'
xvidff.c:714: error: structure has no member named `stats'
xvidff.c:714: error: structure has no member named `stats'
make[1]: *** [xvidff.o] Error 1
make[1]: Leaving directory `/usr/local/src/ffmpeg/ffmpeg/libavcodec'
make: *** [lib] Error 2



More information about the mythtv-users mailing list