[FFmpeg-cvslog] swr: fix make checkheaders.
Clément Bœsch
git at videolan.org
Sat Jun 30 13:20:06 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Jun 30 11:21:53 2012 +0200| [ca612a27ae11c653367ee2438fcb7d99d3efafb3] | committer: Clément Bœsch
swr: fix make checkheaders.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca612a27ae11c653367ee2438fcb7d99d3efafb3
---
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 6772655..a48d6ea 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);
More information about the ffmpeg-cvslog
mailing list