mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
Make Xv symbols conditional. (Enrico Wiegelt)
This commit is contained in:
parent
a317bf4822
commit
2892dd6d2e
2 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue