diff options
Diffstat (limited to 'packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch')
-rw-r--r-- | packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch b/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch deleted file mode 100644 index 22949f5e20..0000000000 --- a/packages/gstreamer/gst-plugins-0.8.4/ivorbis.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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); - |