]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- ugly workaround killed. I have better fix.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 30 Jan 2006 02:07:44 +0000 (02:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-gcc4-workaround.patch -> 1.2

ffmpeg-gcc4-workaround.patch [deleted file]

diff --git a/ffmpeg-gcc4-workaround.patch b/ffmpeg-gcc4-workaround.patch
deleted file mode 100644 (file)
index 3935f25..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.227533 seconds and 4 git commands to generate.