Make Xv symbols conditional. (Enrico Wiegelt)
This commit is contained in:
parent
a317bf4822
commit
2892dd6d2e
|
@ -3,6 +3,9 @@
|
||||||
* hw/xfree86/dixmods/Makefile.am:
|
* hw/xfree86/dixmods/Makefile.am:
|
||||||
Make DBE support conditional. (Enrico Wiegelt)
|
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>
|
2006-05-15 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -619,6 +619,7 @@ LOOKUP xfree86LookupTab[] = {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* xf86xv.c */
|
/* xf86xv.c */
|
||||||
|
#ifdef XV
|
||||||
SYMFUNC(xf86XVScreenInit)
|
SYMFUNC(xf86XVScreenInit)
|
||||||
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
|
SYMFUNC(xf86XVRegisterGenericAdaptorDriver)
|
||||||
SYMFUNC(xf86XVListGenericAdaptors)
|
SYMFUNC(xf86XVListGenericAdaptors)
|
||||||
|
@ -635,6 +636,7 @@ LOOKUP xfree86LookupTab[] = {
|
||||||
SYMFUNC(xf86XvMCScreenInit)
|
SYMFUNC(xf86XvMCScreenInit)
|
||||||
SYMFUNC(xf86XvMCCreateAdaptorRec)
|
SYMFUNC(xf86XvMCCreateAdaptorRec)
|
||||||
SYMFUNC(xf86XvMCDestroyAdaptorRec)
|
SYMFUNC(xf86XvMCDestroyAdaptorRec)
|
||||||
|
#endif
|
||||||
|
|
||||||
/* xf86VidMode.c */
|
/* xf86VidMode.c */
|
||||||
SYMFUNC(VidModeExtensionInit)
|
SYMFUNC(VidModeExtensionInit)
|
||||||
|
|
Loading…
Reference in New Issue