blob: 7b5269fd60105badd5606b4daefeaf1308abea24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: ffmpeg/libavcodec/x86/dsputil_mmx.c
===================================================================
--- ffmpeg/libavcodec/x86/dsputil_mmx.c (revision 14508)
+++ ffmpeg/libavcodec/x86/dsputil_mmx.c (working copy)
@@ -2907,6 +2907,8 @@
c->vp6_filter_diag4 = ff_vp6_filter_diag4_sse2;
}
}
+#undef H264_QPEL_FUNCS
+#define H264_QPEL_FUNCS(x, y, CPU)
#if HAVE_SSSE3
if(mm_flags & MM_SSSE3){
H264_QPEL_FUNCS(1, 0, ssse3);
|