[package] update python to 2.6.4 (#6407, fixes #6192)
[openwrt/svn-archive/archive.git] / libs / libshout / patches / 120-vorbis-c.patch
1 Index: libshout-2.2.2/src/vorbis.c
2 ===================================================================
3 --- libshout-2.2.2.orig/src/vorbis.c 2008-02-12 12:30:14.000000000 +0100
4 +++ libshout-2.2.2/src/vorbis.c 2008-02-12 12:30:14.000000000 +0100
5 @@ -27,7 +27,7 @@
6 #include <inttypes.h>
7 #endif
8
9 -#include <vorbis/codec.h>
10 +#include <tremor/ivorbiscodec.h>
11
12 #include "shout_private.h"
13 #include "shout_ogg.h"