]> git.pld-linux.org Git - packages/ac3dec.git/blob - ac3dec-am_fix.patch
- tabs in preamble
[packages/ac3dec.git] / ac3dec-am_fix.patch
1 --- ./test/Makefile.am.org      Sun Oct  7 21:59:14 2001
2 +++ ./test/Makefile.am  Sun Oct  7 22:01:09 2001
3 @@ -1,34 +1,22 @@
4  INCLUDES = -I../libac3
5  noinst_PROGRAMS = imdct_test dither_test
6  #noinst_PROGRAMS = bitstream_test imdct_test imdct_timing uncouple_timing\
7 -       #crc_timing
8 +       crc_timing
9  noinst_HEADERS = timing.h
10  
11 -#bitstream_test_SOURCES = bitstream_test.c
12 -#bitstream_test_LDADD = ../bitstream.o ../crc.o
13 -#
14  dither_test_SOURCES = dither_test.c
15  dither_test_LDADD = ../libac3/dither.o 
16  
17  imdct_test_SOURCES = imdct_test.c
18  imdct_test_LDADD = ../libac3/imdct.o -lm
19 -#
20 -#imdct_timing_SOURCES = imdct_timing.c timing.c
21 -#imdct_timing_LDADD = ../imdct.o -lm
22 -#
23 -#uncouple_timing_SOURCES = uncouple_timing.c timing.c
24 -#uncouple_timing_LDADD = ../uncouple.o ../dither.o -lm
25 -#
26 -#crc_timing_SOURCES = crc_timing.c timing.c
27 -#crc_timing_LDADD = ../crc.o -lm
28  
29  check:
30 -       #rm -f bitstream_test.out
31 -       #./bitstream_test > bitstream_test.out
32 -       #diff bitstream_test.out bitstream_test.out.ref
33 -       #rm -f imdct_test.out
34 -       #./imdct_test > imdct_test.out
35 -       #diff imdct_test.out imdct_test.out.ref
36 +       rm -f bitstream_test.out
37 +       ./bitstream_test > bitstream_test.out
38 +       diff bitstream_test.out bitstream_test.out.ref
39 +       rm -f imdct_test.out
40 +       ./imdct_test > imdct_test.out
41 +       diff imdct_test.out imdct_test.out.ref
42         rm -f dither_test.out
43         ./dither_test > dither_test.out
44         diff dither_test.out dither_test.out.ref
This page took 0.055466 seconds and 3 git commands to generate.