]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- workaround for lacking registers
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 29 Jan 2006 17:20:54 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-gcc4-workaround.patch -> 1.1

ffmpeg-gcc4-workaround.patch [new file with mode: 0644]

diff --git a/ffmpeg-gcc4-workaround.patch b/ffmpeg-gcc4-workaround.patch
new file mode 100644 (file)
index 0000000..3935f25
--- /dev/null
@@ -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"
This page took 0.294925 seconds and 4 git commands to generate.