OSDN Git Service

LinGui: make it possible to build outside srcdir
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / P02-darwin-h264dsp-crash.patch
1 Index: ffmpeg/libavcodec/i386/dsputil_mmx.c
2 ===================================================================
3 --- ffmpeg/libavcodec/i386/dsputil_mmx.c        (revision 14508)
4 +++ ffmpeg/libavcodec/i386/dsputil_mmx.c        (working copy)
5 @@ -2626,6 +2626,8 @@
6              H264_QPEL_FUNCS(3, 2, sse2);
7              H264_QPEL_FUNCS(3, 3, sse2);
8          }
9 +#undef  H264_QPEL_FUNCS
10 +#define H264_QPEL_FUNCS(x, y, CPU) 
11  #ifdef HAVE_SSSE3
12          if(mm_flags & MM_SSSE3){
13              H264_QPEL_FUNCS(1, 0, ssse3);