summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2009-08-15 22:06:42 +0000
committerMohamed Tarek <mt@rockbox.org>2009-08-15 22:06:42 +0000
commitadf3f09251db5269214952820732ae39f859ba25 (patch)
tree0f352b8619b9d1906beaf397cca0bf8350da72a5 /apps/codecs/libwma/wmadec.h
parent29ac0a6278d6f5967e80b82333d40a46b77e5e64 (diff)
downloadrockbox-adf3f09251db5269214952820732ae39f859ba25.tar.gz
rockbox-adf3f09251db5269214952820732ae39f859ba25.zip
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.h2
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 @@
21#define _WMADEC_H 21#define _WMADEC_H
22 22
23#include "asf.h" 23#include "asf.h"
24#include "bitstream.h" /* For GetBitContext */ 24#include "ffmpeg_bitstream.h" /* For GetBitContext */
25#include "types.h" 25#include "types.h"
26//#include "dsputil.h" /* For MDCTContext */ 26//#include "dsputil.h" /* For MDCTContext */
27 27