packages: libshout: fix libshout compile
authorGabor Juhos <juhosg@openwrt.org>
Sun, 20 Oct 2013 15:58:19 +0000 (15:58 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 20 Oct 2013 15:58:19 +0000 (15:58 +0000)
libvorbisidec 1.0.2+svn18153 uses ogg/ogg.h now
instead of its own that was provided previously

issue reported: https://forum.openwrt.org/viewtopic.php?id=45843

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38473

libs/libshout/patches/100-ogg-c.patch [deleted file]
libs/libshout/patches/110-shout-ogg-c.patch [deleted file]

diff --git a/libs/libshout/patches/100-ogg-c.patch b/libs/libshout/patches/100-ogg-c.patch
deleted file mode 100644 (file)
index 4313986..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libshout-2.2.2/src/ogg.c
-===================================================================
---- libshout-2.2.2.orig/src/ogg.c      2008-02-12 12:30:14.000000000 +0100
-+++ libshout-2.2.2/src/ogg.c   2008-02-12 12:30:14.000000000 +0100
-@@ -30,7 +30,7 @@
- #include <inttypes.h>
- #endif
--#include <ogg/ogg.h>
-+#include <tremor/ogg.h>
- #include <shout/shout.h>
- #include "shout_private.h"
diff --git a/libs/libshout/patches/110-shout-ogg-c.patch b/libs/libshout/patches/110-shout-ogg-c.patch
deleted file mode 100644 (file)
index d495570..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: libshout-2.2.2/src/shout_ogg.h
-===================================================================
---- libshout-2.2.2.orig/src/shout_ogg.h        2008-02-12 12:30:14.000000000 +0100
-+++ libshout-2.2.2/src/shout_ogg.h     2008-02-12 12:30:14.000000000 +0100
-@@ -28,7 +28,7 @@
- #include <stdlib.h>
--#include <ogg/ogg.h>
-+#include <tremor/ogg.h>
- typedef struct _ogg_codec_tag {
-       ogg_stream_state os;