]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Oct 2004 22:56:13 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-gcc34.patch -> 1.2

ffmpeg-gcc34.patch [deleted file]

diff --git a/ffmpeg-gcc34.patch b/ffmpeg-gcc34.patch
deleted file mode 100644 (file)
index e97b68c..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-diff -uNr ffmpeg-0.4.8.orig/libavcodec/i386/dsputil_mmx.c ffmpeg-0.4.8/libavcodec/i386/dsputil_mmx.c
---- ffmpeg-0.4.8.orig/libavcodec/i386/dsputil_mmx.c    2003-09-28 17:26:40.000000000 +0200
-+++ ffmpeg-0.4.8/libavcodec/i386/dsputil_mmx.c 2004-02-24 05:03:45.154255832 +0100
-@@ -25,14 +25,14 @@
- int mm_flags; /* multimedia extension flags */
- /* pixel operations */
--static const uint64_t mm_bone __attribute__ ((aligned(8))) = 0x0101010101010101ULL;
--static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL;
--static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL;
--
--static const uint64_t ff_pw_20 __attribute__ ((aligned(8))) = 0x0014001400140014ULL;
--static const uint64_t ff_pw_3  __attribute__ ((aligned(8))) = 0x0003000300030003ULL;
--static const uint64_t ff_pw_16 __attribute__ ((aligned(8))) = 0x0010001000100010ULL;
--static const uint64_t ff_pw_15 __attribute__ ((aligned(8))) = 0x000F000F000F000FULL;
-+const uint64_t mm_bone __attribute__ ((aligned(8))) = 0x0101010101010101ULL;
-+const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL;
-+const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL;
-+
-+const uint64_t ff_pw_20 __attribute__ ((aligned(8))) = 0x0014001400140014ULL;
-+const uint64_t ff_pw_3  __attribute__ ((aligned(8))) = 0x0003000300030003ULL;
-+const uint64_t ff_pw_16 __attribute__ ((aligned(8))) = 0x0010001000100010ULL;
-+const uint64_t ff_pw_15 __attribute__ ((aligned(8))) = 0x000F000F000F000FULL;
- #define JUMPALIGN() __asm __volatile (".balign 8"::)
- #define MOVQ_ZERO(regd)  __asm __volatile ("pxor %%" #regd ", %%" #regd ::)
-diff -uNr ffmpeg-0.4.8.orig/libavcodec/i386/motion_est_mmx.c ffmpeg-0.4.8/libavcodec/i386/motion_est_mmx.c
---- ffmpeg-0.4.8.orig/libavcodec/i386/motion_est_mmx.c 2003-09-28 17:26:40.000000000 +0200
-+++ ffmpeg-0.4.8/libavcodec/i386/motion_est_mmx.c      2004-02-24 05:04:03.152519680 +0100
-@@ -20,13 +20,13 @@
-  */
- #include "../dsputil.h"
--static const __attribute__ ((aligned(8))) uint64_t round_tab[3]={
-+const __attribute__ ((aligned(8))) uint64_t round_tab[3]={
- 0x0000000000000000,
- 0x0001000100010001,
- 0x0002000200020002,
- };
--static __attribute__ ((aligned(8), unused)) uint64_t bone= 0x0101010101010101LL;
-+const __attribute__ ((aligned(8), unused)) uint64_t bone= 0x0101010101010101LL;
- static inline void sad8_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h)
- {
-diff -uNr ffmpeg-0.4.8.orig/libavcodec/i386/simple_idct_mmx.c ffmpeg-0.4.8/libavcodec/i386/simple_idct_mmx.c
---- ffmpeg-0.4.8.orig/libavcodec/i386/simple_idct_mmx.c        2003-09-28 17:26:40.000000000 +0200
-+++ ffmpeg-0.4.8/libavcodec/i386/simple_idct_mmx.c     2004-02-24 05:02:21.334998296 +0100
-@@ -45,10 +45,10 @@
- #define ROW_SHIFT 11
- #define COL_SHIFT 20 // 6
--static const uint64_t __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000ULL;
--static const uint64_t __attribute__((aligned(8))) d40000= 0x0000000000040000ULL;
-+const uint64_t __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000ULL;
-+const uint64_t __attribute__((aligned(8))) d40000= 0x0000000000040000ULL;
--static const int16_t __attribute__((aligned(8))) coeffs[]= {
-+const int16_t __attribute__((aligned(8))) coeffs[]= {
-       1<<(ROW_SHIFT-1), 0, 1<<(ROW_SHIFT-1), 0,
- //    1<<(COL_SHIFT-1), 0, 1<<(COL_SHIFT-1), 0,
- //    0, 1<<(COL_SHIFT-1-16), 0, 1<<(COL_SHIFT-1-16),
This page took 0.046418 seconds and 4 git commands to generate.