summaryrefslogtreecommitdiff
path: root/libavcodec/wma_freqs.c
Commit message (Collapse)AuthorAge
* Merge commit 'f20518568a77a6138fc74021ce56013ab72907ba'Michael Niedermayer2014-09-04
| | | | | | | | | | | * commit 'f20518568a77a6138fc74021ce56013ab72907ba': build: Split WMA frequencies into a separate object file Conflicts: configure libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* build: Split WMA frequencies into a separate object fileDiego Biurrun2014-09-04
These are the only WMA bits shared with binkaudio. Splitting them off reduces the binnkaudio dependency on general WMA code.