diff options
author | Clément Bœsch | 2012-06-30 11:21:53 +0200 |
---|---|---|
committer | Clément Bœsch | 2012-06-30 11:21:53 +0200 |
commit | ca612a27ae11c653367ee2438fcb7d99d3efafb3 (patch) | |
tree | e443ff7167ebb2bf4de1de5dc54ec3b822775995 /libswresample | |
parent | 022cbb6791c26940a8c89c4a32193c104b57d610 (diff) |
swr: fix make checkheaders.
Diffstat (limited to 'libswresample')
-rw-r--r-- | libswresample/x86/resample_mmx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/x86/resample_mmx.h b/libswresample/x86/resample_mmx.h index 6772655885..a48d6eac4a 100644 --- a/libswresample/x86/resample_mmx.h +++ b/libswresample/x86/resample_mmx.h @@ -20,6 +20,7 @@ #include "libavutil/x86_cpu.h" #include "libavutil/cpu.h" +#include "libswresample/swresample_internal.h" int swri_resample_int16_mmx2 (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx); int swri_resample_int16_ssse3(struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx); |