From 1de1bfe314bb8c48b3e508f5001927988588fcf6 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 25 Mar 2004 01:08:13 +0000 Subject: fix and detect differences between faad2 1.1 and 2.0 git-svn-id: https://svn.musicpd.org/mpd/trunk@459 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/mp4ff/mp4ff_int_types.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/mp4ff/mp4ff_int_types.h') diff --git a/src/mp4ff/mp4ff_int_types.h b/src/mp4ff/mp4ff_int_types.h index 8dbf7bc2e..88651a81c 100644 --- a/src/mp4ff/mp4ff_int_types.h +++ b/src/mp4ff/mp4ff_int_types.h @@ -15,9 +15,16 @@ typedef unsigned __int64 uint64_t; #else -#include +#include "../../config.h" +#ifdef HAVE_STDINT_H +#include +#else +#ifdef HAVE_INTTYPES_H +#include +#endif #endif +#endif #endif -- cgit v1.2.3