From 7a11b817e770cd2196814f1ac6264c6d87b76c6a Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Tue, 10 Jul 2012 02:03:06 +0100 Subject: Move Xv and XvMC from extmod to built-in Always build these extensions into the core server, rather than letting them languish in extmod. Signed-off-by: Tomas Carnecky Reviewed-by: Daniel Stone Reviewed-by: Jamey Sharp Signed-off-by: Peter Hutterer Signed-off-by: Keith Packard --- Xext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xext/Makefile.am') diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 5837be076..98e9917d9 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -46,7 +46,7 @@ endif # XVideo extension XV_SRCS = xvmain.c xvdisp.c xvmc.c xvdix.h xvmcext.h xvdisp.h if XV -MODULE_SRCS += $(XV_SRCS) +BUILTIN_SRCS += $(XV_SRCS) endif # XResource extension: lets clients get data about per-client resource usage -- cgit v1.2.3