]> git.pld-linux.org Git - packages/faac.git/commitdiff
- link libfaac with -lm, don't always strip executable
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Feb 2004 20:48:57 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    faac-link.patch -> 1.1

faac-link.patch [new file with mode: 0644]

diff --git a/faac-link.patch b/faac-link.patch
new file mode 100644 (file)
index 0000000..60d63eb
--- /dev/null
@@ -0,0 +1,19 @@
+--- faac/frontend/Makefile.am.orig     2003-10-17 18:41:34.000000000 +0200
++++ faac/frontend/Makefile.am  2004-02-09 21:50:43.189536056 +0100
+@@ -3,6 +3,5 @@
+ faac_SOURCES = main.c input.c
+ INCLUDES = -I$(top_srcdir)/include 
+-LDFLAGS = -s
+ LDADD = $(top_builddir)/libfaac/libfaac.la -lm
+--- faac/libfaac/Makefile.am.orig      2003-10-17 18:41:05.000000000 +0200
++++ faac/libfaac/Makefile.am   2004-02-09 21:50:24.505376480 +0100
+@@ -2,6 +2,7 @@
+ libfaac_la_SOURCES = aacquant.c bitstream.c fft.c frame.c midside.c psychkni.c util.c backpred.c channels.c filtbank.c huffman.c ltp.c tns.c
+ libfaac_la_INCLUDES = aacquant.h channels.h filtbank.h hufftab.h psych.h backpred.h coder.h frame.h midside.h tns.h bitstream.h fft.h huffman.h ltp.h util.h
++libfaac_la_LIBADD = -lm
+ INCLUDES = -I$(top_srcdir)/include
This page took 0.057017 seconds and 4 git commands to generate.