[packages] libshout: fix dependencies, libvorbisidec is apparently the wrong lib...
[packages.git] / libs / libshout / patches / 110-shout-ogg-c.patch
1 Index: libshout-2.2.2/src/shout_ogg.h
2 ===================================================================
3 --- libshout-2.2.2.orig/src/shout_ogg.h 2008-02-12 12:30:14.000000000 +0100
4 +++ libshout-2.2.2/src/shout_ogg.h      2008-02-12 12:30:14.000000000 +0100
5 @@ -28,7 +28,7 @@
6  
7  #include <stdlib.h>
8  
9 -#include <ogg/ogg.h>
10 +#include <tremor/ogg.h>
11  
12  typedef struct _ogg_codec_tag {
13         ogg_stream_state os;