summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-ab')
-rw-r--r--audio/faad2/patches/patch-ab21
1 files changed, 11 insertions, 10 deletions
diff --git a/audio/faad2/patches/patch-ab b/audio/faad2/patches/patch-ab
index c57264a65d2..f5c82f53f25 100644
--- a/audio/faad2/patches/patch-ab
+++ b/audio/faad2/patches/patch-ab
@@ -1,13 +1,14 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/09/05 17:49:42 dillo Exp $
+$NetBSD: patch-ab,v 1.2 2004/03/28 20:16:09 mycroft Exp $
---- configure.in.orig Fri Aug 23 12:42:08 2002
-+++ configure.in
-@@ -29,7 +29,7 @@ AC_MSG_ERROR([
- ])
- fi
+--- frontend/Makefile.am.orig 2003-11-06 11:04:13.000000000 +0000
++++ frontend/Makefile.am 2004-03-27 22:31:13.000000000 +0000
+@@ -1,7 +1,7 @@
+ bin_PROGRAMS = faad
--AC_OUTPUT_COMMANDS(,[cd common/mp4v2; aclocal -I .; autoheader; libtoolize --automake; automake --add-missing; autoconf; cd -])
-+dnl AC_OUTPUT_COMMANDS(,[cd common/mp4v2; aclocal -I .; autoheader; libtoolize --automake; automake --add-missing; autoconf; cd -])
-
- AC_CONFIG_SUBDIRS(common/mp4v2)
+-faad_SOURCES = main.c audio.c $(top_srcdir)/common/faad/getopt.c \
+- audio.h
++faad_SOURCES = main.c audio.c getopt.c
++faad_INCLUDES = audio.h
+ AM_CFLAGS = -O2
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \