Updated libogg to 1.3.2 and libvorbis to 1.3.5

This commit is contained in:
fysx
2015-11-28 22:14:03 +01:00
parent 4439a193d6
commit 8308a524bc
243 changed files with 4634 additions and 3229 deletions
+19
View File
@@ -0,0 +1,19 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
check_PROGRAMS = test
check: $(check_PROGRAMS)
./test$(EXEEXT)
test_SOURCES = util.c util.h write_read.c write_read.h test.c
test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
debug:
$(MAKE) check CFLAGS="@DEBUG@"
profile:
$(MAKE) check CFLAGS="@PROFILE@"