[PATCH] XV conditional compile fix

Daniel Stone daniel at freedesktop.org
Wed May 17 09:19:58 PDT 2006


On Wed, May 17, 2006 at 05:53:15PM +0200, Enrico Weigelt wrote:
> 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)

Committed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : http://lists.x.org/archives/xorg-modular/attachments/20060517/5c6cc42e/attachment.pgp


More information about the xorg-modular mailing list