wma: Refactor common code to fix standalone compilation of WMA lossless decoder.
This commit is contained in:
parent
3c715383ea
commit
8ca6e523a6
7 changed files with 102 additions and 50 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "get_bits.h"
|
||||
#include "put_bits.h"
|
||||
#include "wma.h"
|
||||
#include "wma_common.h"
|
||||
|
||||
/** current decoder limitations */
|
||||
#define WMALL_MAX_CHANNELS 8 ///< max number of handled channels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue