]> git.pld-linux.org Git - packages/ac3dec.git/commitdiff
- am_fix patch
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 7 Oct 2001 20:02:48 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ac3dec-am_fix.patch -> 1.1

ac3dec-am_fix.patch [new file with mode: 0644]

diff --git a/ac3dec-am_fix.patch b/ac3dec-am_fix.patch
new file mode 100644 (file)
index 0000000..a6763bb
--- /dev/null
@@ -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
This page took 0.056475 seconds and 4 git commands to generate.