]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- configure.in ugly hack to compile transcode on ppc auto/ac/transcode-0_6_12-5
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 12 Sep 2004 19:48:15 +0000 (19:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode-altivec.patch -> 1.3

transcode-altivec.patch

index 5c8c3b84fa1c84bb871a8db1ecbb61967bacad74..ee128064b3da54396da1998398c2d1dd516056e7 100644 (file)
@@ -96,3 +96,18 @@ diff -urN transcode-0.6.3.org/libvo/cpu_accel.c transcode-0.6.3/libvo/cpu_accel.
  }
  #endif /* ARCH_PPC */
  
+diff -uNr transcode-0.6.12.orig/configure.in transcode-0.6.12/configure.in
+--- transcode-0.6.12.orig/configure.in 2004-01-06 20:38:03.000000000 +0000
++++ transcode-0.6.12/configure.in      2004-09-12 16:51:29.012156349 +0000
+@@ -276,9 +276,9 @@
+          ])])
+ if test "x${ac_cv_altivec_inline}" != "xno"; then
+-  AC_DEFINE(HAVE_PPC_ALTIVEC, 1, Define if \$CC groks AltiVec inline assembly.)
+   if test "x${ac_cv_altivec_inline}" != "xyes"; then
+-     use_altivec=yes
++
++    use_altivec=no
+   fi
+ fi
This page took 0.15477 seconds and 4 git commands to generate.