[mythtv] CVS compile error videoout_xv.cpp

tommy myth-dev at tommywatson.com
Sat Apr 23 17:32:44 UTC 2005


tommy wrote:

>I'm getting a compile error on todays CVS for file videoout_xv.cpp which
>is solved by adding
>  
>

I'm sorry about that, I thought I had mozilla set to remove html...

The compile error (below) is "solved" (not the warnings) by adding

#include <xvmc_render.h>

to the end of the includes...

make[2]: Entering directory
`/gentoo/mythtv/mythtv.cvs/mythtv/libs/libmythtv'
g++ -c -pipe -march=pentiumpro -Wall -W -O3 -Wall -Wno-switch
-fomit-frame-pointer `freetype-config --cflags` -D_REENTRANT -DPIC
-fPIC  -DMMX -DUSING_IVTV -DUSING_XRANDR -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DUSING_XV -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I.
-I/usr/local/include -I../.. -I../libmyth -I.. -Idvbdev -Impeg
-I../libavcodec -I../libmythmpeg2 -I/usr/qt/3/include -o videoout_xv.o
videoout_xv.cpp
videoout_xv.cpp:2571: error: syntax error before `*' token
videoout_xv.cpp: In member function `bool
   VideoOutputXv::IsDisplaying(VideoFrame*)':
videoout_xv.cpp:2380: warning: unused parameter `VideoFrame*frame'
videoout_xv.cpp: In member function `bool
   VideoOutputXv::IsRendering(VideoFrame*)':
videoout_xv.cpp:2404: warning: unused parameter `VideoFrame*frame'
videoout_xv.cpp: In member function `void
   VideoOutputXv::SyncSurface(VideoFrame*, int)':
videoout_xv.cpp:2428: warning: unused parameter `VideoFrame*frame'
videoout_xv.cpp:2428: warning: unused parameter `int past_future'
videoout_xv.cpp: In member function `void
   VideoOutputXv::FlushSurface(VideoFrame*)':
videoout_xv.cpp:2465: warning: unused parameter `VideoFrame*frame'



More information about the mythtv-dev mailing list