[MPlayer-cvslog] r25896 - trunk/libfaad2/mp4.h

diego subversion at mplayerhq.hu
Mon Jan 28 02:31:39 CET 2008


Author: diego
Date: Mon Jan 28 02:31:39 2008
New Revision: 25896

Log:
Fix compilation failure because bitfile was undefined:
In file included from decoder.c:36:
mp4.h:46: error: expected ')' before '*' token


Modified:
   trunk/libfaad2/mp4.h

Modified: trunk/libfaad2/mp4.h
==============================================================================
--- trunk/libfaad2/mp4.h	(original)
+++ trunk/libfaad2/mp4.h	Mon Jan 28 02:31:39 2008
@@ -32,6 +32,7 @@
 extern "C" {
 #endif
 
+#include "bits.h"
 #include "decoder.h"
 
 int8_t NEAACDECAPI NeAACDecAudioSpecificConfig(uint8_t *pBuffer,



More information about the MPlayer-cvslog mailing list