shithub: aacdec

Download patch

ref: 7da4a83b230d069a9d731b1e64f6e6b52802576a
parent: 9a00b58ee9c619583abdefeb2d174e2dcf284e2a
parent: b85c7449be81f0f707dca329c2fc67733d4c6856
author: Krzysztof Nikiel <[email protected]>
date: Sat Dec 23 10:24:43 EST 2017

Merge pull request #11 from ccawley2011/mingw

Fix compilation with MinGW

--- a/libfaad/decoder.c
+++ b/libfaad/decoder.c
@@ -53,7 +53,7 @@
 uint16_t dbg_count;
 #endif
 
-#if defined WIN32 || defined _WIN32 || defined WIN64 || defined _WIN64
+#if (defined WIN32 || defined _WIN32 || defined WIN64 || defined _WIN64) && !defined(PACKAGE_VERSION)
 #include "win32_ver.h"
 #endif