pkgsrc/audio/faad2/patches/patch-ab
mycroft 10c0c561a9 Update to 2.0. There are many changes, but the main user-visible improvement
is support for decoding AAC HE files (as generated by iTunes).
2004-03-28 20:16:09 +00:00

14 lines
455 B
Text

$NetBSD: patch-ab,v 1.2 2004/03/28 20:16:09 mycroft Exp $
--- 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
-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 \