diff options
author | Mohamed Tarek <mt@rockbox.org> | 2009-08-15 22:06:42 +0000 |
---|---|---|
committer | Mohamed Tarek <mt@rockbox.org> | 2009-08-15 22:06:42 +0000 |
commit | adf3f09251db5269214952820732ae39f859ba25 (patch) | |
tree | 0f352b8619b9d1906beaf397cca0bf8350da72a5 /apps/codecs/libwma/wmadec.h | |
parent | 29ac0a6278d6f5967e80b82333d40a46b77e5e64 (diff) |
Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate copies across codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22337 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r-- | apps/codecs/libwma/wmadec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h index d22e435304..0b09f3e817 100644 --- a/apps/codecs/libwma/wmadec.h +++ b/apps/codecs/libwma/wmadec.h @@ -21,7 +21,7 @@ #define _WMADEC_H #include "asf.h" -#include "bitstream.h" /* For GetBitContext */ +#include "ffmpeg_bitstream.h" /* For GetBitContext */ #include "types.h" //#include "dsputil.h" /* For MDCTContext */ |