Make Xv symbols conditional. (Enrico Wiegelt)

This commit is contained in:
Daniel Stone 2006-05-17 16:20:03 +00:00
parent a317bf4822
commit 2892dd6d2e
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
* hw/xfree86/dixmods/Makefile.am:
Make DBE support conditional. (Enrico Wiegelt)
* hw/xfree86/loader/xf86sym.c:
Make Xv symbols conditional. (Enrico Wiegelt)
2006-05-15 Adam Jackson <ajax@freedesktop.org>
* configure.ac:

View File

@ -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)