shithub: aacenc

Download patch

ref: 1dc4953ff4a78e7d5308367b24e9a60ece9481c0
parent: 030634c2a49d6e512cb2f0b553fcb1a311b771c5
author: menno <menno>
date: Mon Dec 22 20:12:35 EST 2008

[ 1849718 ] mpeg4ip.h not handling non-c99 compiler correctly

--- a/common/mp4v2/mpeg4ip.h
+++ b/common/mp4v2/mpeg4ip.h
@@ -173,7 +173,7 @@
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
-#if !defined(HAVE_INTTYPES_H) || !defined(HAVE_STDINT_H)
+#if !defined(HAVE_INTTYPES_H) && !defined(HAVE_STDINT_H)
 #error "Don't have stdint.h or inttypes.h - no way to get uint8_t"
 #endif