shithub: aacdec

Download patch

ref: 0593e000f78574d00dd77e03269fa34d3daba1f0
parent: 6aad5dd7bac83d88b1d085da4ccfa877420b277a
author: menno <menno>
date: Sun Mar 14 16:26:22 EST 2004

fix for compiling DRM

--- a/libfaad/common.h
+++ b/libfaad/common.h
@@ -22,7 +22,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: common.h,v 1.54 2004/03/11 13:32:39 menno Exp $
+** $Id: common.h,v 1.55 2004/03/14 21:26:22 menno Exp $
 **/
 
 #ifndef __COMMON_H__
@@ -32,6 +32,10 @@
 extern "C" {
 #endif
 
+#ifdef HAVE_CONFIG_H
+#  include "../config.h"
+#endif
+
 #define INLINE __inline
 #if defined(_WIN32) && !defined(_WIN32_WCE)
 #define ALIGN __declspec(align(16))
@@ -160,10 +164,6 @@
 
 
 #else
-
-#ifdef HAVE_CONFIG_H
-#  include "../config.h"
-#endif
 
 #include <stdio.h>
 #if HAVE_SYS_TYPES_H