Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c4eabb7d01aaa93daa3e1ba185afc2845c4a84c9

commit c4eabb7d01aaa93daa3e1ba185afc2845c4a84c9
Author: crazy <[email protected]>
Date:   Mon May 30 12:41:59 2016 +0200

libfame-0.9.1-3-x86_64 - removed - not touched from back 2007

diff --git a/source/lib-extra/libfame/FrugalBuild 
b/source/lib-extra/libfame/FrugalBuild
deleted file mode 100644
index 2e5ee4f..0000000
--- a/source/lib-extra/libfame/FrugalBuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Compiling Time: ~0.08 SBU
-# Maintainer: Christian Hamar alias krix <[email protected]>
-
-pkgname=libfame
-pkgver=0.9.1
-pkgrel=3
-pkgdesc="libFAME is a library for fast (real-time) MPEG video encoding, 
written in C and assembly."
-makedepends=('automake')
-depends=('glibc')
-groups=('lib-extra')
-archs=('x86_64' 'i686')
-_F_sourceforge_dirname="fame"
-Finclude sourceforge
-url="http://fame.sourceforge.net/";
-source=($source libfame-0.9.1-gentoopatchset.patch \
-       libfame-0.9.1-x86_64_fmallocfix.patch \
-       libfame-0.9.1-m4.patch)
-license="GPL2"
-sha1sums=('2b3c04f8be5ab715cda2bb6aef847e7d2d4709ee' \
-          '42f35c021c8a0b771bdc465b2498fb2b32a556eb' \
-          '83fe9ac5d566f13bc5d594a944efbf3288ea05e6' \
-          '7cdb3d5c4d05fc2114e955782d309801dd2a2e59')
-[ "$CARCH" == "x86_64" ] && sse=" --enable-sse"
-
-build () {
-       Fcd
-       Fpatch libfame-0.9.1-gentoopatchset.patch || return 1
-       Fpatch libfame-0.9.1-m4.patch
-       [ "$CARCH" == "x86_64" ] && Fpatch libfame-0.9.1-x86_64_fmallocfix.patch
-       Fsed "-march=i[345]86 " "" configure
-       Facu
-       Fmake --includedir=/usr/include/libfame $sse
-       Fmakeinstall
-}
-
-# optimization OK
diff --git a/source/lib-extra/libfame/libfame-0.9.1-gentoopatchset.patch 
b/source/lib-extra/libfame/libfame-0.9.1-gentoopatchset.patch
deleted file mode 100644
index 50da641..0000000
--- a/source/lib-extra/libfame/libfame-0.9.1-gentoopatchset.patch
+++ /dev/null
@@ -1,412 +0,0 @@
-diff -Naur libfame-0.9.1.orig/configure libfame-0.9.1/configure
---- libfame-0.9.1.orig/configure       2005-07-07 12:27:46.000000000 +0200
-+++ libfame-0.9.1/configure    2005-07-07 12:28:03.000000000 +0200
-@@ -4607,12 +4607,9 @@
- if test x$ac_cv_c_compiler_gnu = xyes; then
-       CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
-
--      gcc_major_version=`$CC --version | \
--         sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
--      gcc_minor_version=`$CC --version | \
--         sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
--      gcc_micro_version=`$CC --version | \
--         sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
-+      gcc_major_version=`${CC} -dumpversion | cut -f1 -d.`
-+      gcc_minor_version=`${CC} -dumpversion | cut -f2 -d.`
-+      gcc_micro_version=`${CC} -dumpversion | cut -f3 -d.`
-
-               if test $gcc_major_version -eq 2; then
-               if test $gcc_minor_version -gt 94; then
-diff -Naur libfame-0.9.1.orig/libfame.m4 libfame-0.9.1/libfame.m4
---- libfame-0.9.1.orig/libfame.m4      2005-07-07 12:27:46.000000000 +0200
-+++ libfame-0.9.1/libfame.m4   2005-07-07 12:27:57.000000000 +0200
-@@ -3,7 +3,7 @@
- dnl Vivien Chappelier 12/11/00
- dnl stolen from ORBit autoconf
- dnl
--AC_DEFUN(AM_PATH_LIBFAME,
-+AC_DEFUN([AM_PATH_LIBFAME],
- [dnl
- dnl Get the cflags and libraries from the libfame-config script
- dnl
-diff -Naur libfame-0.9.1.orig/src/dct_mmx.h libfame-0.9.1/src/dct_mmx.h
---- libfame-0.9.1.orig/src/dct_mmx.h   2005-07-07 12:27:46.000000000 +0200
-+++ libfame-0.9.1/src/dct_mmx.h        2005-07-07 12:28:13.000000000 +0200
-@@ -22,6 +22,9 @@
-
- #define precision
-
-+extern FAME_ALIGNED short const _mmx_1[];
-+extern FAME_ALIGNED short const _mmx_cos[];
-+
- static void inline dct_aan_pass(dct_t *cache)
- {
-   //  register unsigned short const *mmx_cos = _mmx_cos;
-@@ -66,42 +69,42 @@
- #ifdef precision
-       "psllw $0x01, %%mm5\n"                 /* precision(va0) += 1 bit */
- #endif
--    "paddw " ASMSYM "_mmx_1, %%mm4\n"   /* + 1 */
-+    "paddw (%2), %%mm4\n"                    /* + 1 */
- //      "pmulhw 16(%1), %%mm5\n"               /* (v14+v16)*COS6 -> mm5 (va0) 
*/
--      "pmulhw " ASMSYM "_mmx_cos+16, %%mm5\n" /* (v14+v16)*COS6 -> mm5 (va0) 
*/
-+      "pmulhw 16(%3), %%mm5\n"               /* (v14+v16)*COS6 -> mm5 (va0) */
-       ""                                     /* STEP 4 */
- #ifdef precision
-       "psllw $0x02, %%mm6\n"                 /* precision(v22) += 1 bit */
- #else
-       "psllw $0x01, %%mm6\n"                 /* */
- #endif
--    "paddw " ASMSYM "_mmx_1, %%mm4\n"   /* + 1 */
-+    "paddw (%2), %%mm4\n"                    /* + 1 */
-       //      "pmulhw  8(%1), %%mm6\n"               /* 2*v22*COS4/2 -> mm6 
(v32)*/
--      "pmulhw " ASMSYM "_mmx_cos+8, %%mm6\n" /* 2*v22*COS4/2 -> mm6 (v32)*/
-+      "pmulhw 8(%3), %%mm6\n"                /* 2*v22*COS4/2 -> mm6 (v32)*/
- #ifdef precision
-       "psllw $0x02, %%mm2\n"                 /* precision(v15) += 1 bit */
- #else
-       "psllw $0x01, %%mm2\n"                 /* */
- #endif
--    "paddw " ASMSYM "_mmx_1, %%mm4\n"   /* + 1 */
-+    "paddw (%2), %%mm4\n"                    /* + 1 */
-       //      "pmulhw  8(%1), %%mm2\n"               /* 2*v15*COS4/2 -> mm2 
(v35) */
--      "pmulhw " ASMSYM "_mmx_cos+8, %%mm2\n" /* 2*v15*COS4/2 -> mm2 (v35) */
-+      "pmulhw 8(%3), %%mm2\n"                /* 2*v15*COS4/2 -> mm2 (v35) */
- #ifdef precision
-       "psllw $0x02, %%mm4\n"                 /* precision(v14) += 1 bit */
- #else
-       "psllw $0x01, %%mm4\n"                 /* */
- #endif
--    "paddw " ASMSYM "_mmx_1, %%mm4\n"   /* + 1 */
-+    "paddw (%2), %%mm4\n"                    /* + 1 */
-       //      "pmulhw  0(%1), %%mm4\n"               /* 2 * v14 * -COS2/2 -> 
mm4 */
--      "pmulhw " ASMSYM "_mmx_cos, %%mm4\n"   /* 2 * v14 * -COS2/2 -> mm4 */
-+      "pmulhw (%3), %%mm4\n"                 /* 2 * v14 * -COS2/2 -> mm4 */
-       "psubsw %%mm5, %%mm4\n"                /* v14*-COS2 - va0 -> mm4 (v34) 
*/
- #ifdef precision
-       "psllw $0x01, %%mm1\n"                 /* precision(v16) += 1 bit */
- #endif
-       "psubsw %%mm1, %%mm5\n"                /* va0 - v16 -> mm5 */
--    "paddw " ASMSYM "_mmx_1, %%mm4\n"   /* + 1 */
-+    "paddw (%2), %%mm4\n"                    /* + 1 */
-       //      "pmulhw 24(%1), %%mm1\n"               /* v16 * (COS8 - 1) -> 
mm1 */
--      "pmulhw " ASMSYM "_mmx_cos+24, %%mm1\n" /* v16 * (COS8 - 1) -> mm1 */
-+      "pmulhw 24(%3), %%mm1\n"               /* v16 * (COS8 - 1) -> mm1 */
-       "psubsw %%mm5, %%mm1\n"                /* v16 * COS8 - va0 -> mm1 
(v36)*/
-       ""                                     /* STEP 5 */
-       "movq 0x70(%0), %%mm0\n"               /* retrieve v07 -> mm0 */
-@@ -138,8 +141,8 @@
-       "movq %%mm0, 0x30(%0)\n"               /* store line 3 */
-       "movq %%mm4, 0x50(%0)\n"               /* store line 5 */
-       "movq %%mm2, 0x70(%0)\n"               /* store line 7 */
--      : "=r"(cache)/*, "=r"(mmx_cos)*/
--      : "0"(cache)/*, "1"(mmx_cos)*/
-+      : "=r"(cache)
-+      : "0"(cache), "r"(_mmx_1), "r"(_mmx_cos)
-       : "memory");
- }
-
-diff -Naur libfame-0.9.1.orig/src/dequantize_mmx.h 
libfame-0.9.1/src/dequantize_mmx.h
---- libfame-0.9.1.orig/src/dequantize_mmx.h    2005-07-07 12:27:46.000000000 
+0200
-+++ libfame-0.9.1/src/dequantize_mmx.h 2005-07-07 12:28:13.000000000 +0200
-@@ -27,8 +27,8 @@
-     "pmullw 0x" #x "8(%3), %%mm5\n"   /* premultiply for iDCT */       \
-     "psrlw $0x0b, %%mm4\n"            /* keep 5 bits */ \
-     "psrlw $0x0b, %%mm5\n"            /* keep 5 bits */ \
--    "paddw " ASMSYM "_mmx_1, %%mm4\n"   /* + 1 */               \
--    "paddw " ASMSYM "_mmx_1, %%mm5\n"   /* + 1 */               \
-+    "paddw (%8), %%mm4\n"             /* + 1 */               \
-+    "paddw (%8), %%mm5\n"             /* + 1 */               \
-     "psrlw $0x01, %%mm4\n"            /* keep 4 bits rounded */ \
-     "psrlw $0x01, %%mm5\n"            /* keep 4 bits rounded */ \
-     "psllw $0x04, %%mm0\n"            /* multiply by 16 for iDCT */    \
-@@ -107,7 +107,7 @@
-               DEQUANTIZE_GLOBAL_MISMATCH_CONTROL()
-               DEQUANTIZE_PRESCALE_STEP(7)
-               : "=r"(block), "=r"(dqmatrix), "=r"(cache), "=r"(psmatrix)
--              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix)
-+              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix), 
"r"(_mmx_1)
-               : "memory");
-
-   asm volatile("movd %%mm6, %0\n"           /* export mismatch */
-@@ -160,8 +160,8 @@
-     "pcmpeqw %%mm7, %%mm3\n"          /* invert sign */                  \
-     "paddw %%mm2, %%mm0\n"            /* sub 1 if >0 */                  \
-     "paddw %%mm3, %%mm1\n"            /* sub 1 if >0 */                  \
--    "por " ASMSYM "_mmx_1, %%mm0\n"   /* or 1 */               \
--    "por " ASMSYM "_mmx_1, %%mm1\n"   /* or 1 */              \
-+    "por (%8), %%mm0\n"               /* or 1 */               \
-+    "por (%8), %%mm1\n"               /* or 1 */              \
-     "pand %%mm4, %%mm0\n"             /* [0-3]=0 if [0-3] was zero */  \
-     "pand %%mm5, %%mm1\n"             /* [4-7]=0 if [4-7] was zero */
-
-@@ -184,7 +184,7 @@
-               DEQUANTIZE_INTRA_LOCAL_STEP(7)
-               DEQUANTIZE_PRESCALE_STEP(7)
-               : "=r"(block), "=r"(dqmatrix), "=r"(cache), "=r"(psmatrix)
--              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix)
-+              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix), 
"r"(_mmx_1)
-               : "memory");
- }
-
-@@ -256,7 +256,7 @@
-               /* resetting the accumulator when the block is coded intra */
-               DEQUANTIZE_PRESCALE_STEP(7)
-               : "=r"(block), "=r"(dqmatrix), "=r"(cache), "=r"(psmatrix)
--              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix)
-+              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix), 
"r"(_mmx_1)
-               : "memory");
-
-   asm volatile("movd %%mm6, %0\n"           /* export mismatch */
-@@ -324,8 +324,8 @@
-     "pcmpeqw %%mm7, %%mm3\n"          /* invert sign */                  \
-     "paddw %%mm2, %%mm0\n"            /* sub 1 if >0 */                  \
-     "paddw %%mm3, %%mm1\n"            /* sub 1 if >0 */                  \
--    "por " ASMSYM "_mmx_1, %%mm0\n"   /* or 1 */               \
--    "por " ASMSYM "_mmx_1, %%mm1\n"   /* or 1 */               \
-+    "por (%8), %%mm0\n"               /* or 1 */               \
-+    "por (%8), %%mm1\n"               /* or 1 */               \
-     "pand %%mm4, %%mm0\n"             /* [0-3]=0 if [0-3] was zero */  \
-     "pand %%mm5, %%mm1\n"             /* [4-7]=0 if [4-7] was zero */
-
-@@ -348,6 +348,6 @@
-               DEQUANTIZE_INTER_LOCAL_STEP(7)
-               DEQUANTIZE_PRESCALE_STEP(7)
-               : "=r"(block), "=r"(dqmatrix), "=r"(cache), "=r"(psmatrix)
--              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix)
-+              : "0"(block), "1"(dqmatrix), "2"(cache), "3"(psmatrix), 
"r"(_mmx_1)
-               : "memory");
- }
-diff -Naur libfame-0.9.1.orig/src/fame_syntax_mpeg1.c 
libfame-0.9.1/src/fame_syntax_mpeg1.c
---- libfame-0.9.1.orig/src/fame_syntax_mpeg1.c 2005-07-07 12:27:46.000000000 
+0200
-+++ libfame-0.9.1/src/fame_syntax_mpeg1.c      2005-07-07 12:28:13.000000000 
+0200
-@@ -469,89 +469,6 @@
-   fast_bitbuffer_write(data, shift, table[v+255].code, table[v+255].length);
-
-   /* encode AC coefficients */
--#if defined(HAS_BSWAP)
--  {
--    unsigned long dummy1, dummy2;
--
--    /* Note:
--        movsx mpeg1_table_clip+4096(, %%eax ,2), %%eax
--       has been replaced by
--        movw mpeg1_table_clip+4096(, %%eax ,2), %%ax
--        movsx %%ax, %%eax
--       because the first instruction failed on a PIII!! (wrong sign extension)
--       whereas it worked well on my P75 :)
--    */
--    /* Ok, a bit of explanations for a couple of tricks:
--         The DC value of block is already coded and stored in v so we can use 
it to store something.
--       We add one index to the zigzag table so that after coding block[63] we 
go to index 0. There
--       we need to escape the zero counting loop (1), what we ensure by 
putting a non-zero value in
--       the DC coefficient. Then we can test for index == 0 to exit.
--       Now this non-zero value is a bit special :)
--       In order to have one more 'half' register, we store sp value (16 less 
significant bit of the
--       32 bit register esp) *plus one* in the DC coefficient. Since the stack 
is aligned at an
--       address multiple of 4 bytes (at least), we are sure that sp != 0xffff 
and thus sp+1 will
--       never be zero. We then retrieve sp at the end for it is needed by 
'pop' instructions.
--     */
--    /* TODO : echange the role of edx and esp */
--    __asm__ __volatile__ ("pushl %%ebx\n"             /* save ebx            
*/
--                        "pushl %%ebp\n"             /* save stack pointer  */
--                        "inc %%sp\n"                /* make sure sp != 0   */
--                        "movw %%sp, (%%edx)\n"      /* store sp+1 in DC ;) */
--                        "movl %%esi, %%ebp\n"       /* ebp = vlc_table     */
--                        "xorl %%eax, %%eax\n"       /* eax = 0             */
--                        "movl $" ASMSYM "mpeg1_zigzag_table+1, %%esi\n" /*esi 
= zigzag*/
--                        "lea 1(%%esi), %%ebx\n"     /* ebx = zigzag_table+1*/
--                        "neg %%ebx\n"               /* ebx = -(esi+1)      */
--                        ".p2align 4,,7\n"           /* align for jump      */
--                        "0: xorw %%sp, %%sp\n"      /* sp = 0              */
--                        "1: movb (%%esi), %%al\n"   /* eax = index in block*/
--                        "incl %%esi\n"              /* (faster than lodsb) */
--                        "addw (%%edx, %%eax, 2), %%sp\n" /* sp = unzig     */
--                        "jz 1b\n"                   /* coeff == 0 then loop*/
--                        "orl %%eax, %%eax\n"        /* index == 0 then quit*/
--                        "jz 2f\n"                   /* (faster than jcxz)  */
--                        "movsx %%sp, %%eax\n"       /* extend sign         */
--                        "movw " ASMSYM "mpeg1_table_clip_data+4096(, %%eax 
,2), %%ax\n" /*clip*/
--                        "movsx %%ax, %%eax\n"       /* extend sign         */
--                        "addl %%esi, %%ebx\n"       /* ebx = run           */
--                        "shll $7, %%eax\n"          /* eax *= 128(indexing)*/
--                        "lea (%%eax, %%ebx, 2), %%eax\n" /*eax = 2 * offset*/
--                        "lea (%%ebp, %%eax, 4), %%ebx\n" /* ebx = &vlc     */
--                        "movl (%%ebx), %%eax\n"     /* eax = code          */
--                        "addl 4(%%ebx), %%ecx\n"    /* ecx = shift+=length */
--                        "xorl %%ebx, %%ebx\n"       /* ebx = 0             */
--                        "shrd %%cl, %%eax, %%ebx\n" /* adjust code to fit  */
--                        "shr %%cl, %%eax\n"         /* adjust code to fit  */
--                        "bswap %%eax\n"      /* reverse byte order of code */
--                        "bswap %%ebx\n"      /* reverse byte order of code */
--                        "or %%eax, (%%edi)\n"       /* put first 32 bits   */
--                        "movl %%ecx, %%eax\n"       /* eax = shift + length*/
--                        "shrl $5, %%eax\n"          /* get dword increment */
--                        "andl $31, %%ecx\n"         /* mask shift          */
--                        "lea   (%%edi, %%eax, 4), %%edi\n"/* data+=(ecx>32)*/
--                        "orl %%ebx, (%%edi)\n"      /* put last 32 bits    */
--                        "xorl %%eax, %%eax\n"       /* eax = 0             */
--                        "lea 1(%%esi), %%ebx\n"     /* ebx = esi + 1 (last)*/
--                        "neg %%ebx\n"               /* ebx = -(esi + 1)    */
--                        "jmp 0b\n"                  /* loop                */
--                        "2:\n"
--                        "movw (%%edx), %%sp\n"      /* retrieve sp+1       */
--                        "dec %%sp\n"                /* restore esp */
--                        "popl %%ebp\n"              /* reload stack pointer*/
--                        "popl %%ebx\n"              /* reload ebx          */
--                        : "=c"(shift),
--                          "=a"(dummy1),
--                          "=d"(block),
--                          "=D"(data),
--                          "=S"(dummy2)
--                        : "d"(block),
--                          "c"(shift),
--                          "D"(data),
--                            "S"(syntax_mpeg1->vlc_table)
--                        : "memory");
--    block[0] = v; /* restore DC value */
--  }
--#else
-   {
-     short i;
-     unsigned long last;
-@@ -573,7 +490,6 @@
-       }
-     }
-   }
--#endif /* HAS_BSWAP */
-
-   /* mark end of block */
-   fast_bitbuffer_write(data, shift, 2, 2);
-diff -Naur libfame-0.9.1.orig/src/half_mmx.h libfame-0.9.1/src/half_mmx.h
---- libfame-0.9.1.orig/src/half_mmx.h  2005-07-07 12:27:46.000000000 +0200
-+++ libfame-0.9.1/src/half_mmx.h       2005-07-07 12:28:13.000000000 +0200
-@@ -28,10 +28,10 @@
-   short _mmx_rc[4]; /* rounding control */
-   register short *rc = _mmx_rc;
-
--  _mmx_rc[0] = 1 - rounding;
--  _mmx_rc[1] = 1 - rounding;
--  _mmx_rc[2] = 1 - rounding;
--  _mmx_rc[3] = 1 - rounding;
-+  _mmx_rc[0] = _mmx_one[0] - rounding;
-+  _mmx_rc[1] = _mmx_one[1] - rounding;
-+  _mmx_rc[2] = _mmx_one[2] - rounding;
-+  _mmx_rc[3] = _mmx_one[3] - rounding;
-
-   asm volatile ("movl (%0), %3\n"          /* %3 = ref[0] */
-               "pxor %%mm7, %%mm7\n"      /* mm7 = 0 */
-@@ -68,8 +68,8 @@
-               "paddw %%mm5, %%mm6\n"     /* mm6 = ref00+ref10+ref11+1-r 4-7*/
-               "psrlw $1, %%mm4\n"        /* divide by 2 */
-               "psrlw $1, %%mm5\n"        /* divide by 2 */
--              "paddw " ASMSYM "_mmx_one, %%mm3\n"  /* add 1 */
--              "paddw " ASMSYM "_mmx_one, %%mm6\n"  /* add 1 */
-+              "paddw (%8), %%mm3\n"      /* add 1 */
-+              "paddw (%8), %%mm6\n"      /* add 1 */
-               "packuswb %%mm5, %%mm4\n"  /* pack to byte and saturate */
-               "movq 1(%3), %%mm1\n"      /* mm1 = [ref+1] */
-               "movq %%mm1, %%mm2\n"      /* mm2 = mm1 */
-@@ -87,7 +87,7 @@
-               "movl 12(%0), %3\n"        /* %3 = ref[3] */
-               "movq %%mm3, (%3)\n"       /* store in frame */
-               : "=r"(ref), "=r"(pitch), "=r"(rc), "=r"(dummy)
--              : "0"(ref), "1"(pitch), "2"(rc), "3"(dummy)
-+              : "0"(ref), "1"(pitch), "2"(rc), "3"(dummy), "r"(_mmx_one)
-               : "memory");
- }
-
-diff -Naur libfame-0.9.1.orig/src/half_sse.h libfame-0.9.1/src/half_sse.h
---- libfame-0.9.1.orig/src/half_sse.h  2005-07-07 12:27:46.000000000 +0200
-+++ libfame-0.9.1/src/half_sse.h       2005-07-07 12:28:13.000000000 +0200
-@@ -71,8 +71,8 @@
-               "paddw %%mm5, %%mm6\n"     /* mm6 = ref00+ref10+ref11+1-r 4-7*/
-               "psrlw $1, %%mm4\n"        /* divide by 2 */
-               "psrlw $1, %%mm5\n"        /* divide by 2 */
--              "paddw " ASMSYM "_mmx_one, %%mm3\n"  /* add 1 */
--              "paddw " ASMSYM "_mmx_one, %%mm6\n"  /* add 1 */
-+              "paddw (%8), %%mm3\n"      /* add 1 */
-+              "paddw (%8), %%mm6\n"      /* add 1 */
-               "packuswb %%mm5, %%mm4\n"  /* pack to byte and saturate */
-               "movq 1(%3), %%mm1\n"      /* mm1 = [ref+1] */
-               "movq %%mm1, %%mm2\n"      /* mm2 = mm1 */
-@@ -90,7 +90,7 @@
-               "movl 12(%0), %3\n"        /* %3 = ref[3] */
-               "movq %%mm3, (%3)\n"       /* store in frame */
-               : "=r"(ref), "=r"(pitch), "=r"(rc), "=r"(dummy)
--              : "0"(ref), "1"(pitch), "2"(rc), "3"(dummy)
-+              : "0"(ref), "1"(pitch), "2"(rc), "3"(dummy), "r"(_mmx_one)
-               : "memory");
- }
-
-diff -Naur libfame-0.9.1.orig/src/idct_mmx.h libfame-0.9.1/src/idct_mmx.h
---- libfame-0.9.1.orig/src/idct_mmx.h  2005-07-07 12:27:46.000000000 +0200
-+++ libfame-0.9.1/src/idct_mmx.h       2005-07-07 12:28:13.000000000 +0200
-@@ -18,6 +18,10 @@
- */
- /*************************** MMX accelerated iDCT 
****************************/
-
-+extern FAME_ALIGNED short const _mmx_1[];
-+extern FAME_ALIGNED short const _mmx_cos[];
-+extern FAME_ALIGNED short const _mmx_icos[];
-+
- static void inline idct_aan_pass(dct_t * block)
- {
-   //  register unsigned short const *mmx_icos = _mmx_icos;
-@@ -65,9 +69,9 @@
-       block[row*8+6] = v45;           - v71, v11, v44, v65, v24 -
-       */
-       "psllw $0x02, %%mm5\n"               /* adjust v22 for multiply      */
--      "paddw " ASMSYM "_mmx_1, %%mm5\n"   /* + 1 for rounding */
-+      "paddw (%2), %%mm5\n"                /* + 1 for rounding */
-       //      "pmulhw 8(%1), %%mm5\n"              /* 4*v15*ICOS4/4 -> mm5 
(v23)   */
--      "pmulhw " ASMSYM "_mmx_icos+8, %%mm5\n" /* 4*v15*ICOS4/4 -> mm5 (v23)*/
-+      "pmulhw 8(%3), %%mm5\n"              /* 4*v15*ICOS4/4 -> mm5 (v23)*/
-       "psubsw %%mm4, %%mm5\n"              /* v23 - v62 -> mm5 (v24)       */
-       "movq %%mm3, %%mm6\n"                /* v44 -> mm6                   */
-       "paddsw %%mm5, %%mm6\n"              /* v44 + v24 -> mm6 (v45)       */
-@@ -125,25 +129,25 @@
-       block[row*8+4] += v55;          - -
-       */
-       "psllw $0x02, %%mm0\n"               /* adjust v12 for multiply      */
--      "paddw " ASMSYM "_mmx_1, %%mm0\n"   /* + 1 for rounding */
-+      "paddw (%2), %%mm0\n"                /* + 1 for rounding */
-       //      "pmulhw 8(%1), %%mm0\n"              /* 4*v12*ICOS4/4 -> mm0 
(v13)   */
--      "pmulhw " ASMSYM "_mmx_icos+8, %%mm0\n" /* 4*v12*ICOS4/4 -> mm0 (v13)  
*/
-+      "pmulhw 8(%3), %%mm0\n"              /* 4*v12*ICOS4/4 -> mm0 (v13)  */
-       "movq   %%mm2, %%mm6\n"              /* v51 -> mm6                   */
-       "psubsw %%mm1, %%mm6\n"              /* v51 - v71 -> mm6 (va2)       */
-       "psllw $0x03, %%mm2\n"               /* adjust v51 for multiply      */
--      "paddw " ASMSYM "_mmx_1, %%mm2\n"   /* + 1 for rounding */
-+      "paddw (%2), %%mm2\n"                /* + 1 for rounding */
-       /* should add another one here but it seems to look better without */
-       //      "pmulhw 16(%1), %%mm2\n"             /* 8*v51*ICOS6/8 -> mm2 
(v53)   */
--      "pmulhw " ASMSYM "_mmx_icos+16, %%mm2\n" /* 8*v51*ICOS6/8 -> mm2 (v53) 
*/
-+      "pmulhw 16(%3), %%mm2\n"             /* 8*v51*ICOS6/8 -> mm2 (v53) */
-       "psllw $0x02, %%mm1\n"               /* adjust v71 for multiply      */
--      "paddw " ASMSYM "_mmx_1, %%mm1\n"   /* + 1 for rounding */
-+      "paddw (%2), %%mm1\n"                /* + 1 for rounding */
-       /* should add another one here but it seems to look better without */
-       //      "pmulhw 0(%1), %%mm1\n"              /* 4*v71*ICOS2/4 -> mm1 
(v73)   */
--      "pmulhw " ASMSYM "_mmx_icos, %%mm1\n" /* 4*v71*ICOS2/4 -> mm1 (v73)   */
-+      "pmulhw (%3), %%mm1\n"               /* 4*v71*ICOS2/4 -> mm1 (v73)   */
-       "psllw $0x01, %%mm6\n"               /* adjust va2 for multiply      */
--      "paddw " ASMSYM "_mmx_1, %%mm6\n"   /* + 1 for rounding */
-+      "paddw (%2), %%mm6\n"                /* + 1 for rounding */
-       //      "pmulhw 24(%1), %%mm6\n"             /* 2*v12*ICOS8/2 -> mm6 
(va3)   */
--      "pmulhw " ASMSYM "_mmx_icos+24, %%mm6\n" /* 2*v12*ICOS8/2 -> mm6 (va3) 
*/
-+      "pmulhw 24(%3), %%mm6\n"             /* 2*v12*ICOS8/2 -> mm6 (va3) */
-       "psubsw %%mm6, %%mm2\n"              /* v53 - va3 -> mm2 (v54)       */
-       "psubsw %%mm6, %%mm1\n"              /* v73 - va3 -> mm1 (v74)       */
-       "psubsw %%mm3, %%mm1\n"              /* v74 - v32 -> mm3 (v75)       */
-@@ -167,8 +171,8 @@
-       "paddsw %%mm0, %%mm7\n"              /* v65 + v55 -> mm7             */
-       "movq %%mm6, 0x30(%0)\n"             /* mm6 -> line 3                */
-       "movq %%mm7, 0x40(%0)\n"             /* mm7 -> line 4                */
--      : "=r"(block)/*, "=r"(mmx_icos)*/
--      : "0"(block)/*, "1"(mmx_icos)*/
-+      : "=r"(block)
-+      : "0"(block), "r"(_mmx_1), "r"(_mmx_icos)
-       : "memory");
- }
-
diff --git a/source/lib-extra/libfame/libfame-0.9.1-m4.patch 
b/source/lib-extra/libfame/libfame-0.9.1-m4.patch
deleted file mode 100644
index 9994a55..0000000
--- a/source/lib-extra/libfame/libfame-0.9.1-m4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libfame-0.9.1/libfame.m4.in        2001-11-20 12:56:37.000000000 +0100
-+++ libfame-0.9.1-autoconf/libfame.m4.in       2005-08-01 14:29:01.033003392 
+0200
-@@ -3,7 +3,7 @@
- dnl Vivien Chappelier 12/11/00
- dnl stolen from ORBit autoconf
- dnl
--AC_DEFUN(AM_PATH_LIBFAME,
-+AC_DEFUN([AM_PATH_LIBFAME],
- [dnl
- dnl Get the cflags and libraries from the libfame-config script
- dnl
diff --git a/source/lib-extra/libfame/libfame-0.9.1-x86_64_fmallocfix.patch 
b/source/lib-extra/libfame/libfame-0.9.1-x86_64_fmallocfix.patch
deleted file mode 100644
index 05bc037..0000000
--- a/source/lib-extra/libfame/libfame-0.9.1-x86_64_fmallocfix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur libfame-0.9.1.orig/src/fame_malloc.c libfame-0.9.1/src/fame_malloc.c
---- libfame-0.9.1.orig/src/fame_malloc.c       2005-07-07 12:48:41.000000000 
+0200
-+++ libfame-0.9.1/src/fame_malloc.c    2005-07-07 12:53:14.000000000 +0200
-@@ -36,9 +36,9 @@
-    */
-
-   ptr = (unsigned char*) malloc(size+ALIGN);
--  aligned = (unsigned char*) (((unsigned int)ptr & (~(ALIGN-1))) + ALIGN );
-+  aligned = (unsigned char*) (((unsigned long)ptr & (~(ALIGN-1))) + ALIGN );
-   padding = aligned - 1;
--  *padding = (ALIGN-1) - ((unsigned int)ptr & (ALIGN-1));
-+  *padding = (ALIGN-1) - ((unsigned long)ptr & (ALIGN-1));
-
-   return ((void*)aligned);
- }
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to