diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-06 19:07:10 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-07 09:36:05 +0100 |
commit | 8ca6e523a604db69c151b20627fb3bcc52118392 (patch) | |
tree | c0f0d2b9150762825e4f8143b234a7fb036d02a6 /libavcodec/wmaprodec.c | |
parent | 3c715383ea7012ac69507e6b9189c98675c77461 (diff) | |
download | ffmpeg-8ca6e523a604db69c151b20627fb3bcc52118392.tar.gz |
wma: Refactor common code to fix standalone compilation of WMA lossless decoder.
Diffstat (limited to 'libavcodec/wmaprodec.c')
-rw-r--r-- | libavcodec/wmaprodec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 2b9f4a5d8b..65ca3c8e58 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -97,6 +97,7 @@ #include "fmtconvert.h" #include "sinewin.h" #include "wma.h" +#include "wma_common.h" /** current decoder limitations */ #define WMAPRO_MAX_CHANNELS 8 ///< max number of handled channels |