shithub: aacdec

Download patch

ref: bf186d7ca12a7f1cf6240f3e860fcb860914e824
parent: c320c723ba96e15c3f172ed4e21de3102d9f4868
author: menno <menno>
date: Wed Jan 28 19:41:08 EST 2009

Minor compile fixes

--- a/common/mp4ff/mp4ff.h
+++ b/common/mp4ff/mp4ff.h
@@ -25,7 +25,7 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
 **
-** $Id: mp4ff.h,v 1.26 2007/11/01 12:33:29 menno Exp $
+** $Id: mp4ff.h,v 1.27 2009/01/29 00:41:08 menno Exp $
 **/
 
 #ifndef MP4FF_H
@@ -35,7 +35,11 @@
 extern "C" {
 #endif /* __cplusplus */
 
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#else
 #include "mp4ff_int_types.h"
+#endif
 
 /* file callback structure */
 typedef struct
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,7 @@
 
 dnl Checks for programs.
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_CPP
 dnl disable for mpeg4ip plugin
 AC_PROG_CXX