diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-09-24 22:08:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-24 22:08:31 +0000 |
commit | 6fdac80bba1c2ccc0e675e2428f830a127fb3fb5 (patch) | |
tree | d29d1acd7dbaa9cb96915a7eca494e221e1317bc /packages/libxine/libxine-1.1.0/dont-have-xv.patch | |
parent | d8df64e4c235c772337205bbb1fd0524646eef15 (diff) |
added libxine 1.1.0 - someone more familiar with assembly should check it
DEFAULT_PREFERENCE = "-1" as it is not tested on device
patches status:
- cpu-1.0.patch renamed to cpuid.patch
- configure-1.0.patch renamed to configure.patch
- fix-syntax.patch dropped as fix-syntax-xine-vorbis-decoder.patch do the same
- demuxogg.patch and libxine-libvorbis.patch joined into tremor.patch
- libxine-arm-configure.patch should be sent upstream
- libxine-ffmpeg-enable-arm.patch probably too
- libxine-libavcodec.patch was broken for 1.1.0 - we should update libffmpeg/ dir to current CVS
Diffstat (limited to 'packages/libxine/libxine-1.1.0/dont-have-xv.patch')
-rw-r--r-- | packages/libxine/libxine-1.1.0/dont-have-xv.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libxine/libxine-1.1.0/dont-have-xv.patch b/packages/libxine/libxine-1.1.0/dont-have-xv.patch new file mode 100644 index 0000000000..674e0e3852 --- /dev/null +++ b/packages/libxine/libxine-1.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 |