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 <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38473 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2013-10-20 15:58:19 +00:00
parent 4ddc5700f8
commit 299eb847d7
2 changed files with 0 additions and 26 deletions

View File

@ -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"

View File

@ -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;