Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent...
[vuplus_openembedded] / libxine / libxine-1.0.0-beta12 / demux_ogg.patch
index e69de29..9faa3ba 100644 (file)
@@ -0,0 +1,11 @@
+--- xine-lib/src/demuxers/demux_ogg.c  2003-08-10 13:55:26.000000000 +0200
++++ xine-lib/src/demuxers/demux_ogg.c.patched  2003-08-10 02:20:10.000000000 +0200
+@@ -36,7 +36,7 @@
+ #include <stdlib.h>
+ #include <ogg/ogg.h>
+-#include <vorbis/codec.h>
++#include <tremor/ivorbiscodec.h>
+ #ifdef HAVE_THEORA
+ #include <theora/theora.h>