]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- ehh, typo.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 30 Jan 2006 02:22:40 +0000 (02:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-gcc4.patch -> 1.5

ffmpeg-gcc4.patch

index 89997d983bb9db3221b294eeb645f671bbe1cf1c..bad701071ef1a82e2d8f0f2f1959a1d215bb2a13 100644 (file)
@@ -8,12 +8,12 @@
  #include "../dsputil.h"
  #include "../simple_idct.h"
  #include "../mpegvideo.h"
-@@ -617,7 +618,22 @@
+@@ -617,6 +618,22 @@
      );
  }
  
 +#if (__GNUC__ >= 4)
- static inline void transpose4x4(uint8_t *dst, uint8_t *src, int dst_stride, int src_stride){
++static inline void transpose4x4(uint8_t *dst, uint8_t *src, int dst_stride, int src_stride){
 +    __m64 row0 = _mm_cvtsi32_si64(*(unsigned*)(src + (0 * src_stride)));
 +    __m64 row1 = _mm_cvtsi32_si64(*(unsigned*)(src + (1 * src_stride)));
 +    __m64 row2 = _mm_cvtsi32_si64(*(unsigned*)(src + (2 * src_stride)));
This page took 0.302862 seconds and 4 git commands to generate.