<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I am able to successfully compile without the vdpau 
option but receive errors when using the vdpau compile option.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>I am running Fedora 11 on two be/fe mythtv 
boxes.&nbsp; One is a virgin install of Fedora 11 (only a few weeks old) and the 
there one has been running Fedora 11 since it came out.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Back end #1 is running the kmod nvidia 
drivers</FONT></DIV>
<DIV><FONT size=2 face=Arial>$ rpm -qa | grep 
nvidia<BR>kmod-nvidia-2.6.30.5-43.fc11.x86_64-185.18.36-1.fc11.1.x86_64<BR>xorg-x11-drv-nvidia-libs-185.18.36-1.fc11.x86_64<BR>xorg-x11-drv-nvidia-devel-185.18.36-1.fc11.x86_64<BR>xorg-x11-drv-nvidia-185.18.36-1.fc11.x86_64<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>Back end #2 is running the ATRPMS nvidia 
drivers</FONT></DIV>
<DIV><FONT size=2 face=Arial>$ rpm -qa | grep 
nvidia<BR>nvidia-graphics-helpers-0.0.29-30.fc11.x86_64<BR>nvidia-graphics185.18.36-libs-185.18.36-116.fc11.x86_64<BR>nvidia-graphics-devices-1.0-6.fc11.noarch<BR>nvidia-graphics185.18.36-kmdl-2.6.30.5-43.fc11-185.18.36-116.fc11.x86_64<BR>nvidia-graphics185.18.36-185.18.36-116.fc11.x86_64<BR>nvidia-graphics185.18.36-devel-185.18.36-116.fc11.x86_64</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Here is the error I receive when trying to compile 
with the vdpau switch turned on.</FONT></DIV>
<DIV><FONT size=2 face=Arial>make[2]: Entering directory 
`/mythtv/trunk/mythtv/libs/libmythui'<BR>g++ -c -m64 -pipe -march=k8 
-fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls 
-Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -pthread 
-I/usr/include/kde/artsc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include 
-D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DUSING_VDPAU -DUSING_X11 -DUSE_JOYSTICK_MENU -DUSE_LIRC -DUSING_XRANDR 
-DUSE_OPENGL_PAINTER -DUSING_QTWEBKIT -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SQL_LIB 
-DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB 
-I/usr/lib64/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore 
-I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtOpenGL 
-I/usr/include/QtXml -I/usr/include/QtSql -I/usr/include/QtWebKit -I/usr/include 
-I/usr/include -I/usr/local -I../libmythdb -I../.. -I.. -I/usr/X11R6/include -I. 
-o mythpainter_vdpau.o mythpainter_vdpau.cpp<BR>mythpainter_vdpau.cpp:15:25: 
error: vdpau/vdpau.h: No such file or directory<BR>mythpainter_vdpau.cpp:16:29: 
error: vdpau/vdpau_x11.h: No such file or directory<BR>^Cmake[2]: *** Deleting 
file `mythpainter_vdpau.o'</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Immediately I think that I must be missing a path 
to the vdpau.h and vdpau_x11.h files</FONT></DIV>
<DIV><FONT size=2 face=Arial>Back end #2</FONT></DIV>
<DIV><FONT size=2 face=Arial># find / -name 
vdpau.h<BR>/mythtv/trunk/mythtv/libs/libavcodec/vdpau.h<BR>/usr/include/nvidia-graphics-185.18.36/vdpau/vdpau.h</FONT></DIV>
<DIV><FONT size=2 face=Arial>Back end #1</FONT></DIV>
<DIV><FONT size=2 face=Arial># find / -name vdpau.h</FONT></DIV>
<DIV><FONT size=2 
face=Arial>/usr/include/nvidia/vdpau/vdpau.h<BR>/mythtv/trunk/mythtv/libs/libavcodec/vdpau.h<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>I know my problem is that the compiler can not find 
the vdpau header files but how do I fix that?</FONT></DIV>
<DIV><FONT size=2 face=Arial>Thanks in advance for the 
assistance.</DIV></FONT></BODY></HTML>