summaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-09-03 03:27:27 -0700
committerDiego Biurrun <diego@biurrun.de>2014-09-04 05:19:46 -0700
commitf20518568a77a6138fc74021ce56013ab72907ba (patch)
tree35a82502706ec2d3f63cab2d087094f7f9c280d0 /libavcodec/wma.c
parent803f8992f11d1eb301672cd13c685a7b1d04c467 (diff)
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.
Diffstat (limited to 'libavcodec/wma.c')
-rw-r--r--libavcodec/wma.c1
1 files changed, 1 insertions, 0 deletions
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