This adds SBR/PS support and bugfixes. The licensing problems which appeared in 2.5 were resolved in 2.6.1. pkgsrc notes: -no dependency on libmp4v2 anymore -added a patch to the "faad" standalone player to restore previous behaviour: The -w option writes .wav format (with riff header) to stdout. Thanks to Raymond Meyer for help and testing.
15 lines
374 B
Text
15 lines
374 B
Text
$NetBSD: patch-ac,v 1.6 2007/12/09 10:55:31 drochner Exp $
|
|
|
|
--- Makefile.am.orig 2004-07-27 10:52:20.000000000 +0200
|
|
+++ Makefile.am
|
|
@@ -1,7 +1,9 @@
|
|
-SUBDIRS = libfaad common frontend plugins
|
|
+SUBDIRS = libfaad common frontend include
|
|
|
|
EXTRA_DIST = faad2.spec
|
|
|
|
+include_HEADERS = faad2-config.h
|
|
+
|
|
rpm: Makefile
|
|
make dist
|
|
$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
|