icecast: Fix configure if both vorbis and tremor host packages installed

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2017-01-19 15:33:07 -05:00
parent 8dd6ca99fc
commit c82573e64e
2 changed files with 7 additions and 1 deletions
@@ -21,7 +21,7 @@
return NULL;
}
+/* Some additional functions from vorbis missing from tremore */
+/* Some additional functions from vorbis missing from tremor */
+
+static void _v_writestring(oggpack_buffer *o,char *s, int bytes)
+{