summaryrefslogtreecommitdiff
path: root/mi
diff options
context:
space:
mode:
authorTomas Carnecky <tom@dbservice.com>2012-07-10 02:03:06 +0100
committerKeith Packard <keithp@keithp.com>2012-07-09 23:28:37 -0700
commit7a11b817e770cd2196814f1ac6264c6d87b76c6a (patch)
tree0bb1790955241d88029503cc6ea920e6323b51c9 /mi
parent7d859bd87834dd79c7fa3792075496ece698c082 (diff)
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 <tom@dbservice.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi')
-rw-r--r--mi/miinitext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c
index 53e5dda5e..a83df609d 100644
--- a/mi/miinitext.c
+++ b/mi/miinitext.c
@@ -412,6 +412,10 @@ static ExtensionModule staticExtensions[] = {
#ifdef RES
{ResExtensionInit, XRES_NAME, &noResExtension, NULL},
#endif
+#ifdef XV
+ {XvExtensionInit, XvName, &noXvExtension, XvRegister},
+ {XvMCExtensionInit, XvMCName, &noXvExtension, XvMCRegister},
+#endif
};
/*ARGSUSED*/ void