diff options
author | konablend <[email protected]> | 2009-06-02 17:31:09 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-06-02 17:31:09 +0000 |
commit | 9441e2cfde9537e00d5d192740bc7cf55b56d2b3 (patch) | |
tree | e903617680fc5dd0e6023d8aafff79fb0d0d955d /contrib/ffmpeg/P02-darwin-h264dsp-crash.patch | |
parent | b1fcb3154f5c09a81e0cf712fad9d22f4e8e89bc (diff) |
FFMPEG.
- bump ffmpeg from 0.5 (approx r17887) to r19067 (thanks van).
- fixed latm patch; latmaac input no longer crashes.
- removed P02-darwin-h264-dsp-crash.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2469 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/P02-darwin-h264dsp-crash.patch')
-rw-r--r-- | contrib/ffmpeg/P02-darwin-h264dsp-crash.patch | 13 |
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); |