diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-14 16:05:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-14 16:05:20 +0000 |
commit | f6476753d995bedb37934f852d3ae0f96d5ecf48 (patch) | |
tree | cdc93b943a52687273d94935909c02b6637993e9 /packages/libxine/libxine-x11-1.0/dont-have-xv.patch | |
parent | b87cac1cf23eab6ad1e8a7498702f408263c2ae4 (diff) |
xine and dependencies:
- rename to make more consistent with other -x11 and -fb packages
- include libmodplug pluging
- make libxine-x11 depend on x11
- reorder metadata
- remove missing-in-action MAINTAINER
Diffstat (limited to 'packages/libxine/libxine-x11-1.0/dont-have-xv.patch')
-rw-r--r-- | packages/libxine/libxine-x11-1.0/dont-have-xv.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libxine/libxine-x11-1.0/dont-have-xv.patch b/packages/libxine/libxine-x11-1.0/dont-have-xv.patch new file mode 100644 index 0000000000..674e0e3852 --- /dev/null +++ b/packages/libxine/libxine-x11-1.0/dont-have-xv.patch @@ -0,0 +1,16 @@ +diff -urNd ../libxine-1.0-r1/xine-lib-1.0/configure.ac xine-lib-1.0/configure.ac +--- ../libxine-1.0-r1/xine-lib-1.0/configure.ac 2005-04-09 02:35:05 +01:00 ++++ xine-lib-1.0/configure.ac 2005-04-09 02:48:17 +01:00 +@@ -693,6 +693,12 @@ + AM_CONDITIONAL(HAVE_XVMC, test x$ac_have_xvmc = "xyes") + AC_SUBST(XVMC_LIB) + ++dnl -------------------------------------------- ++dnl Declare Xv as missing ++dnl -------------------------------------------- ++ ++AM_CONDITIONAL(HAVE_XV, 0) ++ + + dnl --------------------------------------------- + dnl Checks for Xinerama extension |