Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-06-30 13:21:53 +0400
committerClément Bœsch <ubitux@gmail.com>2012-06-30 13:21:53 +0400
commitca612a27ae11c653367ee2438fcb7d99d3efafb3 (patch)
treee443ff7167ebb2bf4de1de5dc54ec3b822775995 /libswresample
parent022cbb6791c26940a8c89c4a32193c104b57d610 (diff)
swr: fix make checkheaders.
Diffstat (limited to 'libswresample')
-rw-r--r--libswresample/x86/resample_mmx.h1
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);