[mythtv] Latest CVS EPG Won't Build with XVMC

Rick Weldon rick at nova.org
Sun Aug 31 01:06:56 EDT 2003


I just updated my local CVS copy and the epg build breaks with XVMC enabled. I 
tried a clean checkout of mythtv too.  I haven't tried the build without 
defining --enable-xvmc though. Is something out of date on my end or did 
something get broken?

Rick

make[2]: Entering directory `/home/rick/src/mythtv/mythtv/programs/mythepg'
g++ -c -pipe -Wall -W -O3 -march=pentiumpro -fomit-frame-pointer -D_REENTRANT  
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. 
-I../../libs -I../../libs/libmyth -I/usr/local/include -I/usr/lib/qt3/include 
-o main.o main.cpp
g++  -o mythepg main.o   -L/usr/lib/qt3/lib -L/usr/X11R6/lib 
-L../../libs/libmyth -L../../libs/libmythtv -L../../libs/libavcodec 
-L../../libs/libvbitext -L../../libs/libavformat -lmythtv -lavformat 
-lavcodec -lvbitext -lmyth-0.12 -L/usr/X11R6/lib -lXinerama -lXv -lX11 -lXext 
-lXxf86vm -lfreetype -lmp3lame -lqt-mt -lXext -lX11 -lm -lpthread
../../libs/libavcodec/libavcodec.a(mpegvideo.o)(.text+0x1c41): In function 
`MPV_frame_end':
: undefined reference to `XVMC_field_end'
../../libs/libavcodec/libavcodec.a(mpegvideo.o)(.text+0x1a19): In function 
`MPV_frame_start':
: undefined reference to `XVMC_field_start'
../../libs/libavcodec/libavcodec.a(mpegvideo.o)(.text+0x2ff8): In function 
`MPV_decode_mb':
: undefined reference to `XVMC_decode_mb'
../../libs/libavcodec/libavcodec.a(mpeg12.o)(.text+0x631e): In function 
`mpeg_decode_slice':
: undefined reference to `XVMC_field_start'
../../libs/libavcodec/libavcodec.a(mpeg12.o)(.text+0x6611): In function 
`slice_end':
: undefined reference to `XVMC_field_end'
collect2: ld returned 1 exit status
make[2]: *** [mythepg] Error 1
make[2]: Leaving directory `/home/rick/src/mythtv/mythtv/programs/mythepg'
make[1]: *** [sub-mythepg] Error 2
make[1]: Leaving directory `/home/rick/src/mythtv/mythtv/programs'
make: *** [sub-programs] Error 2



More information about the mythtv-dev mailing list