SOURCES: ffmpeg-gcc4-workaround.patch (NEW) - workaround for lacki...

qboosh qboosh at pld-linux.org
Sun Jan 29 18:20:59 CET 2006


Author: qboosh                       Date: Sun Jan 29 17:20:59 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround for lacking registers

---- Files affected:
SOURCES:
   ffmpeg-gcc4-workaround.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-gcc4-workaround.patch
diff -u /dev/null SOURCES/ffmpeg-gcc4-workaround.patch:1.1
--- /dev/null	Sun Jan 29 18:20:59 2006
+++ SOURCES/ffmpeg-gcc4-workaround.patch	Sun Jan 29 18:20:54 2006
@@ -0,0 +1,11 @@
+--- ffmpeg/libavcodec/i386/dsputil_mmx.c.orig	2006-01-12 23:43:17.000000000 +0100
++++ ffmpeg/libavcodec/i386/dsputil_mmx.c	2006-01-29 14:45:40.325739750 +0100
+@@ -617,7 +617,7 @@
+     );
+ }
+ 
+-static inline void transpose4x4(uint8_t *dst, uint8_t *src, int dst_stride, int src_stride){
++static  void transpose4x4(uint8_t *dst, uint8_t *src, int dst_stride, int src_stride){
+     asm volatile( //FIXME could save 1 instruction if done as 8x4 ...
+         "movd  %4, %%mm0                \n\t"
+         "movd  %5, %%mm1                \n\t"
================================================================


More information about the pld-cvs-commit mailing list