We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3e60a commit 043d37bCopy full SHA for 043d37b
ChangeLog
@@ -1,3 +1,8 @@
1
+2.9.1:
2
+ [ Fabian Greffrath ]
3
+ * Include stdio.h in libfaad/ps_dec.c for stderr (Michael Fink)
4
+ * Fix Tille -> Title typo in frontend/mp4read.c (Alexander Thomas)
5
+
6
2.9.0:
7
[ Krzysztof Nikiel ]
8
* Build system fixes and code clean-up
configure.ac
@@ -8,7 +8,7 @@ dnl - xmms input mp4/aac plugin
dnl - mpeg4ip plugin (requires mpeg4ip's libmp4v2 to be installed)
9
10
AC_PREREQ(2.50)
11
-AC_INIT(faad2, 2.9.0)
+AC_INIT(faad2, 2.9.1)
12
AC_CONFIG_AUX_DIR(.)
13
AM_INIT_AUTOMAKE([subdir-objects])
14
0 commit comments