summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/P02-darwin-h264dsp-crash.patch')
-rw-r--r--contrib/ffmpeg/P02-darwin-h264dsp-crash.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch b/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch
deleted file mode 100644
index 7b5269fd6..000000000
--- a/contrib/ffmpeg/P02-darwin-h264dsp-crash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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);