summaryrefslogtreecommitdiff
path: root/packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
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.patch22
1 files changed, 22 insertions, 0 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
index e69de29bb2..15cdab68d1 100644
--- a/packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch
+++ b/packages/libxine/libxine-1.0.0-beta12/libxine-ogg-demux.patch
@@ -0,0 +1,22 @@
+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
+