1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 14:20:19 +01:00

Update libogg to 1.3.1.

This commit is contained in:
lllucius
2013-10-24 17:28:18 +00:00
parent 1733abf034
commit 78309687be
254 changed files with 35942 additions and 43743 deletions

View File

@@ -17,9 +17,9 @@ test_bitwise_CFLAGS = -D_V_SELFTEST
test_framing_SOURCES = framing.c
test_framing_CFLAGS = -D_V_SELFTEST
check: test_bitwise test_framing
./test_bitwise
./test_framing
check: $(noinst_PROGRAMS)
./test_bitwise$(EXEEXT)
./test_framing$(EXEEXT)
debug:
$(MAKE) all CFLAGS="@DEBUG@"