mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libshout: import from old packages feed
- add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/vorbis.c
|
||||
+++ b/src/vorbis.c
|
||||
@@ -28,7 +28,7 @@
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
|
||||
-#include <vorbis/codec.h>
|
||||
+#include <tremor/ivorbiscodec.h>
|
||||
|
||||
#include "shout_private.h"
|
||||
#include "shout_ogg.h"
|
||||
@@ -0,0 +1,17 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -288,12 +288,12 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = 1.6 foreign
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
-SUBDIRS = include src examples debian doc win32
|
||||
+SUBDIRS = include src debian
|
||||
EXTRA_DIST = INSTALL m4/shout.m4 m4/acx_pthread.m4 \
|
||||
m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
|
||||
m4/xiph_types.m4
|
||||
|
||||
-doc_DATA = COPYING NEWS README examples/example.c examples/nonblocking.c
|
||||
+doc_DATA = COPYING NEWS README
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = m4/shout.m4
|
||||
@HAVE_PKGCONFIG_TRUE@pkgconfigdir = $(libdir)/pkgconfig
|
||||
Reference in New Issue
Block a user