shithub: aacdec

Download patch

ref: b85c7449be81f0f707dca329c2fc67733d4c6856
parent: 9a00b58ee9c619583abdefeb2d174e2dcf284e2a
author: Cameron Cawley <ccawley2011@gmail.com>
date: Fri Dec 22 15:04:35 EST 2017

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