From d1b324a2a934f70006b751c036ca44dedc568c27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sun, 7 Oct 2001 20:02:48 +0000 Subject: [PATCH] - am_fix patch Changed files: ac3dec-am_fix.patch -> 1.1 --- ac3dec-am_fix.patch | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ac3dec-am_fix.patch diff --git a/ac3dec-am_fix.patch b/ac3dec-am_fix.patch new file mode 100644 index 0000000..a6763bb --- /dev/null +++ b/ac3dec-am_fix.patch @@ -0,0 +1,44 @@ +--- ./test/Makefile.am.org Sun Oct 7 21:59:14 2001 ++++ ./test/Makefile.am Sun Oct 7 22:01:09 2001 +@@ -1,34 +1,22 @@ + INCLUDES = -I../libac3 + noinst_PROGRAMS = imdct_test dither_test + #noinst_PROGRAMS = bitstream_test imdct_test imdct_timing uncouple_timing\ +- #crc_timing ++ crc_timing + noinst_HEADERS = timing.h + +-#bitstream_test_SOURCES = bitstream_test.c +-#bitstream_test_LDADD = ../bitstream.o ../crc.o +-# + dither_test_SOURCES = dither_test.c + dither_test_LDADD = ../libac3/dither.o + + imdct_test_SOURCES = imdct_test.c + imdct_test_LDADD = ../libac3/imdct.o -lm +-# +-#imdct_timing_SOURCES = imdct_timing.c timing.c +-#imdct_timing_LDADD = ../imdct.o -lm +-# +-#uncouple_timing_SOURCES = uncouple_timing.c timing.c +-#uncouple_timing_LDADD = ../uncouple.o ../dither.o -lm +-# +-#crc_timing_SOURCES = crc_timing.c timing.c +-#crc_timing_LDADD = ../crc.o -lm + + check: +- #rm -f bitstream_test.out +- #./bitstream_test > bitstream_test.out +- #diff bitstream_test.out bitstream_test.out.ref +- #rm -f imdct_test.out +- #./imdct_test > imdct_test.out +- #diff imdct_test.out imdct_test.out.ref ++ rm -f bitstream_test.out ++ ./bitstream_test > bitstream_test.out ++ diff bitstream_test.out bitstream_test.out.ref ++ rm -f imdct_test.out ++ ./imdct_test > imdct_test.out ++ diff imdct_test.out imdct_test.out.ref + rm -f dither_test.out + ./dither_test > dither_test.out + diff dither_test.out dither_test.out.ref -- 2.44.0