aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch
blob: 22949f5e20c48ed1c1fe6c26ac06c3accda3cda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- gst-plugins-0.8.1/ext/ivorbis/vorbis.c.old	2004-06-02 09:12:54.000000000 +0100
+++ gst-plugins-0.8.1/ext/ivorbis/vorbis.c	2004-06-02 09:12:32.000000000 +0100
@@ -21,7 +21,8 @@
 #include <config.h>
 #endif
 
-#include <vorbisenc.h>
+#include <gst/gst.h>
+#include <tremor/ivorbiscodec.h>
 
 extern GType ivorbisfile_get_type (void);