ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/libshout/patches/120-vorbis-c.patch b/external/subpack/libs/libshout/patches/120-vorbis-c.patch
new file mode 100644
index 0000000..d7886b7
--- /dev/null
+++ b/external/subpack/libs/libshout/patches/120-vorbis-c.patch
@@ -0,0 +1,11 @@
+--- a/src/codec_vorbis.c
++++ b/src/codec_vorbis.c
+@@ -29,7 +29,7 @@
+ #endif
+ #include <stdlib.h>
+
+-#include <vorbis/codec.h>
++#include <tremor/ivorbiscodec.h>
+
+ #include "shout_private.h"
+ #include "format_ogg.h"