shithub: aacdec

Download patch

ref: 4e60057dc01af9efe227dc8b746eee6f24883654
parent: 44419c988300f1567119da8a07561fa3c289b202
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Sat Sep 30 05:44:01 EDT 2017

add manpage to source tarball

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.8.5:
+	- another package fix
 2.8.4:
 	- minor fix to released packages
 2.8.3
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = libfaad common frontend plugins
 
-EXTRA_DIST = faad2.spec
+EXTRA_DIST = faad2.spec docs/libfaad.3
 
 rpm:	Makefile
 	make dist
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@
 dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
 
 AC_PREREQ(2.50)
-AC_INIT(faad2, 2.8.4)
+AC_INIT(faad2, 2.8.5)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([subdir-objects])