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-1.0.0-beta12/libxine-ogg-demux.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-1.0.0-beta12/libxine-ogg-demux.patch')
-rw-r--r-- | packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch b/packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch deleted file mode 100644 index 15cdab68d1..0000000000 --- a/packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (C) 2002, Fred Boulay <dilb@handhelds.org> -Licensed under GPL v2 - ---- src/demuxers/demux_ogg.c.orig 2002-12-17 18:46:48.000000000 +0100 -+++ src/demuxers/demux_ogg.c 2002-12-17 18:47:26.000000000 +0100 -@@ -35,7 +35,7 @@ - #include <stdlib.h> - - #include <ogg/ogg.h> --#include <vorbis/codec.h> -+#include <tremor/ivorbiscodec.h> - - #include "xine_internal.h" - #include "xineutils.h" ---- src/demuxers/Makefile.am.orig 2002-12-19 17:18:12.000000000 +0100 -+++ src/demuxers/Makefile.am 2002-12-19 17:18:32.000000000 +0100 -@@ -1,4 +1,4 @@ --AM_CFLAGS = $(OGG_CFLAGS) @ANSI_FLAGS@ -+AM_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS) @ANSI_FLAGS@ - - LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic - |