[PATCH] XV conditional compile fix
Enrico Weigelt
weigelt at metux.de
Wed May 17 08:53:15 PDT 2006
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
rsync://sources.metux.de/metux-patches
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN xorg-server-1.0.99.902.orig/hw/xfree86/loader/xf86sym.c xorg-server-1.0.99.902/hw/xfree86/loader/xf86sym.c
--- xorg-server-1.0.99.902.orig/hw/xfree86/loader/xf86sym.c Mon May 15 11:31:25 2006
+++ xorg-server-1.0.99.902/hw/xfree86/loader/xf86sym.c Tue May 16 17:39:15 2006
@@ -619,6 +619,7 @@
#endif
/* xf86xv.c */
+#ifdef XV
SYMFUNC(xf86XVScreenInit)
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
SYMFUNC(xf86XVListGenericAdaptors)
@@ -635,6 +636,7 @@
SYMFUNC(xf86XvMCScreenInit)
SYMFUNC(xf86XvMCCreateAdaptorRec)
SYMFUNC(xf86XvMCDestroyAdaptorRec)
+#endif
/* xf86VidMode.c */
SYMFUNC(VidModeExtensionInit)
More information about the xorg-modular
mailing list