blob: 9faa3ba06d9818802d35c63a08a67eeb3edc7724 (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|