summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-05-17 16:20:03 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-05-17 16:20:03 +0000
commit2892dd6d2e34957650ef1630a94d471dfa71f888 (patch)
tree2e9af5c16f5f72953c55aa495882afea68a22da3 /hw
parenta317bf482257f0e1b612dec7961fdfa564f0b9f2 (diff)
Make Xv symbols conditional. (Enrico Wiegelt)
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/loader/xf86sym.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index e99c34301..32fe012ad 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -619,6 +619,7 @@ LOOKUP xfree86LookupTab[] = {
#endif
/* xf86xv.c */
+#ifdef XV
SYMFUNC(xf86XVScreenInit)
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
SYMFUNC(xf86XVListGenericAdaptors)
@@ -635,6 +636,7 @@ LOOKUP xfree86LookupTab[] = {
SYMFUNC(xf86XvMCScreenInit)
SYMFUNC(xf86XvMCCreateAdaptorRec)
SYMFUNC(xf86XvMCDestroyAdaptorRec)
+#endif
/* xf86VidMode.c */
SYMFUNC(VidModeExtensionInit)