packages/libs/libshout/patches/120-vorbis-c.patch
olli fd0fad1f08 [Packages]:
Add libs/libshout (added from: http://lists.openwrt.org/pipermail/openwrt-devel/2008-February/001704.html)

Signed-off-by: Michael Vogt <michu at neophob.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-12 11:36:34 +00:00

14 lines
410 B
Diff

Index: libshout-2.2.2/src/vorbis.c
===================================================================
--- libshout-2.2.2.orig/src/vorbis.c 2008-02-12 12:30:14.000000000 +0100
+++ libshout-2.2.2/src/vorbis.c 2008-02-12 12:30:14.000000000 +0100
@@ -27,7 +27,7 @@
#include <inttypes.h>
#endif
-#include <vorbis/codec.h>
+#include <tremor/ivorbiscodec.h>
#include "shout_private.h"
#include "shout_ogg.h"