diff options
author | wm4 <wm4@nowhere> | 2015-06-17 13:36:40 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-06-17 13:41:45 +0200 |
commit | 762623cdef4de03412d8e425d603dab8ecc4590d (patch) | |
tree | 08794f5d090cd400a45aa93bba9d443b7d1c7613 | |
parent | 72808be6f857ae7d66d5adb87568acf3f9159ade (diff) |
af_lavrresample: include osdep/endian.h
The 24 bit conversion code needs the relevant preprocessor symbols.
-rw-r--r-- | audio/filter/af_lavrresample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/filter/af_lavrresample.c b/audio/filter/af_lavrresample.c index 5b6f93478b..265fa4b27e 100644 --- a/audio/filter/af_lavrresample.c +++ b/audio/filter/af_lavrresample.c @@ -58,6 +58,7 @@ #include "options/m_option.h" #include "audio/filter/af.h" #include "audio/fmt-conversion.h" +#include "osdep/endian.h" struct af_resample_opts { int filter_size; |