diff options
Diffstat (limited to 'contrib/ffmpeg/P02-darwin-h264dsp-crash.patch')
-rw-r--r-- | contrib/ffmpeg/P02-darwin-h264dsp-crash.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch b/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch index 53b5cf09d..7b5269fd6 100644 --- a/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch +++ b/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch @@ -1,13 +1,13 @@ -Index: ffmpeg/libavcodec/i386/dsputil_mmx.c +Index: ffmpeg/libavcodec/x86/dsputil_mmx.c =================================================================== ---- ffmpeg/libavcodec/i386/dsputil_mmx.c (revision 14508) -+++ ffmpeg/libavcodec/i386/dsputil_mmx.c (working copy) -@@ -2626,6 +2626,8 @@ - H264_QPEL_FUNCS(3, 2, sse2); - H264_QPEL_FUNCS(3, 3, sse2); +--- 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) - #ifdef HAVE_SSSE3 + #if HAVE_SSSE3 if(mm_flags & MM_SSSE3){ H264_QPEL_FUNCS(1, 0, ssse3); |