summaryrefslogtreecommitdiffstats
path: root/vlc/build/faac_bootstrap.patch
blob: ce6f5f22ee6e5eaf5b0ac184aa6ebf4de2c9df6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff -uNr faac.orig/configure.in faac/configure.in
--- faac.orig/configure.in    2006-08-13 17:17:26.000000000 +0300
+++ faac/configure.in   2007-04-17 14:14:38.000000000 +0300
@@ -7,7 +7,7 @@

 AC_ARG_WITH( mp4v2,  [  --with-mp4v2            compile libmp4v2],WITHMP4V2=$withval, WITHMP4V2=yes)

-AC_DEFUN(MY_DEFINE, [ AC_DEFINE($1, 1, [define if needed]) ])
+AC_DEFUN([MY_DEFINE], [ AC_DEFINE($1, 1, [define if needed]) ])

 CFLAGS=${CFLAGS:-"-O2 -Wall"}

@@ -66,6 +66,11 @@
         #include <netinet/in.h>])
 AC_CHECK_MEMBERS(fpos_t.__pos,,, [#include <stdio.h>])

-AC_OUTPUT(common/Makefile common/mp4v2/Makefile \
-          libfaac/Makefile frontend/Makefile \
-          include/Makefile Makefile)
+AC_CONFIG_FILES(common/Makefile)
+AC_CONFIG_FILES(common/mp4v2/Makefile)
+AC_CONFIG_FILES(libfaac/Makefile)
+AC_CONFIG_FILES(frontend/Makefile)
+AC_CONFIG_FILES(include/Makefile)
+AC_CONFIG_FILES(Makefile)
+
+AC_OUTPUT