]> git.pld-linux.org Git - packages/ac3dec.git/blob - ac3dec-make.patch
930e4a172a9767999edd8128781c634c ac3dec.tar.gz
[packages/ac3dec.git] / ac3dec-make.patch
1 diff -urN ac3dec.org/Makefile.am ac3dec/Makefile.am
2 --- ac3dec.org/Makefile.am      Fri Feb 16 22:58:34 2001
3 +++ ac3dec/Makefile.am  Fri Feb 16 23:10:51 2001
4 @@ -1,7 +1,7 @@
5  # # Process this file with automake to produce Makefile.in.
6  AUTOMAKE_OPTIONS = 1.3 foreign
7  
8 -CFLAGS = -Wall -Werror -O3 -g -Ilibac3 -Ilibao
9 +CFLAGS = -Wall -Werror -g -Ilibac3 -Ilibao
10  
11  bin_PROGRAMS = ac3dec 
12  
13 @@ -14,5 +14,5 @@
14  EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh
15         
16  
17 -SUBDIRS = libao libac3 tools test .
18 +SUBDIRS = libao libac3 tools .
19  
20 diff -urN ac3dec.org/configure.in ac3dec/configure.in
21 --- ac3dec.org/configure.in     Fri Feb 16 22:58:34 2001
22 +++ ac3dec/configure.in Fri Feb 16 22:58:43 2001
23 @@ -27,4 +27,4 @@
24  builtin(include, libao/configure.incl)
25  builtin(include, libac3/configure.incl)
26  
27 -AC_OUTPUT(libao/Makefile libac3/Makefile tools/Makefile test/Makefile Makefile ) 
28 +AC_OUTPUT(libao/Makefile libac3/Makefile tools/Makefile Makefile ) 
29 diff -urN ac3dec.org/libac3/Makefile.am ac3dec/libac3/Makefile.am
30 --- ac3dec.org/libac3/Makefile.am       Fri Feb 16 22:58:34 2001
31 +++ ac3dec/libac3/Makefile.am   Fri Feb 16 23:01:22 2001
32 @@ -4,7 +4,7 @@
33  
34  EXTRA_DIST = configure.incl
35  
36 -INCLUDES += -I$(top_srcdir)/include
37 +INCLUDES += -I$(top_srcdir)/include -I$(top_srcdir)/libao
38  libdir = $(PLUGIN_DIR)
39  
40  SOURCE_KNI = srfft_kni_c.c srfft_kni.S downmix_kni.S imdct512_kni.S imdct_kni.c
41 diff -urN ac3dec.org/libao/Makefile.am ac3dec/libao/Makefile.am
42 --- ac3dec.org/libao/Makefile.am        Fri Feb 16 22:58:34 2001
43 +++ ac3dec/libao/Makefile.am    Fri Feb 16 23:13:44 2001
44 @@ -1,7 +1,7 @@
45  # # Process this file with automake to produce Makefile.in.
46  AUTOMAKE_OPTIONS = 1.3 foreign
47  
48 -CFLAGS = -Wall -Werror -O3 -g @LIBAO_CFLAGS@
49 +CFLAGS = -Wall -Werror -g @LIBAO_CFLAGS@
50  
51  lib_LTLIBRARIES = libao.la
52  
53 diff -urN ac3dec.org/tools/Makefile.am ac3dec/tools/Makefile.am
54 --- ac3dec.org/tools/Makefile.am        Fri Feb 16 22:58:34 2001
55 +++ ac3dec/tools/Makefile.am    Fri Feb 16 23:11:00 2001
56 @@ -1,7 +1,7 @@
57  # # Process this file with automake to produce Makefile.in.
58  AUTOMAKE_OPTIONS = 1.3 foreign
59  
60 -CFLAGS = -Wall -Werror -O3 -g 
61 +CFLAGS = -Wall -Werror -g 
62  
63  bin_PROGRAMS = extract_ac3 
64  
This page took 0.058637 seconds and 3 git commands to generate.