mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
Removed inactive maintainer. Rearranged Makefile for consistency between packages. Added --without-pic to avoid both -fPIC and -fpic. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
215 B
Diff
12 lines
215 B
Diff
--- 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"
|