[mythtv] [PATCH] viaXvMC.h changed to vldXvMC.h

Daniel C. Casimiro dcasimiro at cox.net
Sun Oct 3 23:50:22 UTC 2004


This patch updates the include directives to match the file name 
change.  As you can see here 
(http://cvs.sourceforge.net/viewcvs.py/unichrome/libxvmc/Attic/viaXvMC.h?rev=1.9&view=log),
the viaXvMC.h file has been renamed to vldXvMC.h.

~Dan


Index: libs/libavcodec/xvmc_render.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libavcodec/xvmc_render.h,v
retrieving revision 1.5
diff -u -r1.5 xvmc_render.h
--- libs/libavcodec/xvmc_render.h    13 Sep 2004 06:09:22 -0000    1.5
+++ libs/libavcodec/xvmc_render.h    3 Oct 2004 23:43:18 -0000
@@ -10,7 +10,7 @@
 
 #ifdef USING_XVMC_VLD
 #include <stdint.h>
-#include <X11/extensions/viaXvMC.h>
+#include <X11/extensions/vldXvMC.h>
 #endif
 
 //the surface should be shown, video driver manipulate this
Index: libs/libmythtv/XvMCSurfaceTypes.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/XvMCSurfaceTypes.h,v
retrieving revision 1.3
diff -u -r1.3 XvMCSurfaceTypes.h
--- libs/libmythtv/XvMCSurfaceTypes.h    13 Sep 2004 06:09:23 -0000    1.3
+++ libs/libmythtv/XvMCSurfaceTypes.h    3 Oct 2004 23:43:18 -0000
@@ -7,7 +7,7 @@
 
 extern "C" {
 #ifdef USING_XVMC_VLD
-#include <X11/extensions/viaXvMC.h>
+#include <X11/extensions/vldXvMC.h>
 #endif
 #include "../libavcodec/xvmc_render.h"
 }
Index: libs/libmythtv/videoout_xvmc.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/videoout_xvmc.cpp,v
retrieving revision 1.36
diff -u -r1.36 videoout_xvmc.cpp
--- libs/libmythtv/videoout_xvmc.cpp    13 Sep 2004 06:09:24 -0000    1.36
+++ libs/libmythtv/videoout_xvmc.cpp    3 Oct 2004 23:43:19 -0000
@@ -32,7 +32,7 @@
 
 extern "C" {
 #ifdef USING_XVMC_VLD
-#include <X11/extensions/viaXvMC.h>
+#include <X11/extensions/vldXvMC.h>
 #endif
 #include "../libavcodec/avcodec.h"
 #include "../libavcodec/xvmc_render.h"



More information about the mythtv-dev mailing list