From 299eb847d7147af640a0ecc5feda3d8aa3f6eefa Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 20 Oct 2013 15:58:19 +0000 Subject: [PATCH] packages: libshout: fix libshout compile 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 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@38473 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libshout/patches/100-ogg-c.patch | 13 ------------- libs/libshout/patches/110-shout-ogg-c.patch | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 libs/libshout/patches/100-ogg-c.patch delete mode 100644 libs/libshout/patches/110-shout-ogg-c.patch diff --git a/libs/libshout/patches/100-ogg-c.patch b/libs/libshout/patches/100-ogg-c.patch deleted file mode 100644 index 431398689..000000000 --- a/libs/libshout/patches/100-ogg-c.patch +++ /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 - #endif - --#include -+#include - - #include - #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 index d49557096..000000000 --- a/libs/libshout/patches/110-shout-ogg-c.patch +++ /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 - --#include -+#include - - typedef struct _ogg_codec_tag { - ogg_stream_state os;