From 8ca6e523a604db69c151b20627fb3bcc52118392 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 6 Mar 2012 19:07:10 +0100 Subject: wma: Refactor common code to fix standalone compilation of WMA lossless decoder. --- libavcodec/wmaprodec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wmaprodec.c') 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 -- cgit v1.2.3