SOURCES: ffmpeg-gcc4.patch - ehh, typo.
pluto
pluto at pld-linux.org
Mon Jan 30 03:22:45 CET 2006
Author: pluto Date: Mon Jan 30 02:22:45 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- ehh, typo.
---- Files affected:
SOURCES:
ffmpeg-gcc4.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/ffmpeg-gcc4.patch
diff -u SOURCES/ffmpeg-gcc4.patch:1.4 SOURCES/ffmpeg-gcc4.patch:1.5
--- SOURCES/ffmpeg-gcc4.patch:1.4 Mon Jan 30 03:17:45 2006
+++ SOURCES/ffmpeg-gcc4.patch Mon Jan 30 03:22:40 2006
@@ -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)));
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/ffmpeg-gcc4.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list