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> _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
