Bug#868854: libfaad-dev: neaacdec.h contains PACKAGE_VERSION instead of the actual version

Adrian Bunk bunk at debian.org
Wed Jul 19 09:22:01 UTC 2017


Package: libfaad-dev
Version: 2.8.1-1
Severity: serious
Control: affects -1 src:gpac

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gpac.html

...
faad_dec.c: In function 'FAAD_GetCodecName':
faad_dec.c:408:35: error: expected ';' before 'PACKAGE_VERSION'
  if (ctx->is_sbr) return "FAAD2 " FAAD2_VERSION " SBR mode";
                                   ^
...


This is caused by the following bogus 2.8.0~cvs20161113-1 -> 2.8.1-1
change in neaacdec.h:

-#define FAAD2_VERSION "2.7"
+#define FAAD2_VERSION PACKAGE_VERSION


PACKAGE_VERSION is either undefined or (with autotools) the version
of the package that is currently being built.



More information about the pkg-multimedia-maintainers mailing list