From f20518568a77a6138fc74021ce56013ab72907ba Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Sep 2014 03:27:27 -0700 Subject: build: Split WMA frequencies into a separate object file These are the only WMA bits shared with binkaudio. Splitting them off reduces the binnkaudio dependency on general WMA code. --- libavcodec/wma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wma.c') diff --git a/libavcodec/wma.c b/libavcodec/wma.c index 447aba8266..cb7a16d393 100644 --- a/libavcodec/wma.c +++ b/libavcodec/wma.c @@ -25,6 +25,7 @@ #include "sinewin.h" #include "wma.h" #include "wma_common.h" +#include "wma_freqs.h" #include "wmadata.h" #undef NDEBUG -- cgit v1.2.3