[FFmpeg-soc] [soc]: r4239 - wmapro/wma3dec.c

banan subversion at mplayerhq.hu
Sun Apr 26 22:36:21 CEST 2009


Author: banan
Date: Sun Apr 26 22:36:20 2009
New Revision: 4239

Log:
Fix compiling against FFmpeg svn

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Sat Apr 25 10:14:20 2009	(r4238)
+++ wmapro/wma3dec.c	Sun Apr 26 22:36:20 2009	(r4239)
@@ -26,7 +26,7 @@
  */
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "get_bits.h"
 #include "wma3.h"
 #undef NDEBUG
 #include <assert.h>


More information about the FFmpeg-soc mailing list