Magellan Linux

Annotation of /trunk/xine-lib/patches/xine-lib-1.1.1-xvmc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 1009 byte(s)
-import

1 niro 153 Index: xine-lib-1.1.1/configure.ac
2     ===================================================================
3     --- xine-lib-1.1.1.orig/configure.ac
4     +++ xine-lib-1.1.1/configure.ac
5     @@ -606,8 +606,11 @@ AM_CONDITIONAL(PPC_ARCH, test x$ppc_arch
6     dnl
7     dnl Check if we can enable the xxmc plugin.
8     dnl
9     -if test x$no_x = "x"; then
10    
11     +AC_ARG_ENABLE([xvmc],
12     + AS_HELP_STRING([--disable-xvmc], [Disable XxMC and XvMC outplut plugins]) )
13     +
14     +if test x$no_x = "x" && test "x$enable_xvmc" != "xno"; then
15    
16     AC_ARG_WITH(xxmc-path, AC_HELP_STRING([--with-xxmc-path=path], [where libXvMC libraries for the
17     xxmc plugin are installed. Defalts to the default X library path.]),
18     @@ -698,7 +701,7 @@ AC_SUBST(XXMC_LIB)
19     dnl
20     dnl Check if we can enable the xvmc plugin.
21     dnl
22     -if test x$no_x = "x"; then
23     +if test x$no_x = "x" && test "x$enable_xvmc" != "xno"; then
24    
25     AC_ARG_WITH(xvmc-path, AC_HELP_STRING([--with-xvmc-path=path], [where libXvMC libraries for the
26     xvmc plugin are installed. Defalts to the default X library path.]),