From f0d20ffa713fdcedc83828eec3b083c0cac879db Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jan 2008 01:31:39 +0000 Subject: [PATCH] Fix compilation failure because bitfile was undefined: In file included from decoder.c:36: mp4.h:46: error: expected ')' before '*' token git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25896 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/mp4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libfaad2/mp4.h b/libfaad2/mp4.h index 48882f7368..4154644bb6 100644 --- a/libfaad2/mp4.h +++ b/libfaad2/mp4.h @@ -32,6 +32,7 @@ extern "C" { #endif +#include "bits.h" #include "decoder.h" int8_t NEAACDECAPI NeAACDecAudioSpecificConfig(uint8_t *pBuffer,