From ca612a27ae11c653367ee2438fcb7d99d3efafb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 30 Jun 2012 11:21:53 +0200 Subject: [PATCH] swr: fix make checkheaders. --- libswresample/x86/resample_mmx.h | 1 + 1 file changed, 1 insertion(+) 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);