Codebase list faad2 / 45557c0 debian / patches / faad2_version.patch
45557c0

Tree @45557c0 (Download .tar.gz)

faad2_version.patch @45557c0raw · history · blame

Description: Set the FAAD2_VERSION macro back to the version string.
 In the next upstream release this macro will read "unknown version" and an API
 will be provided to retrieve the actual library version at run-time.
Author: Fabian Greffrath <fabian@debian.org>

--- a/include/neaacdec.h
+++ b/include/neaacdec.h
@@ -73,7 +73,7 @@ extern "C" {
   #endif
 #endif
 
-#define FAAD2_VERSION PACKAGE_VERSION
+#define FAAD2_VERSION "2.8.1"
 
 /* object types for AAC */
 #define MAIN       1