]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer-altivec.patch
- updated
[packages/mplayer.git] / mplayer-altivec.patch
CommitLineData
eeb11871
ER
1--- mplayer-1.0_rc2_p27725/configure~ 2008-11-23 19:53:55.000000000 +0200
2+++ mplayer-1.0_rc2_p27725/configure 2008-11-23 20:03:15.844840283 +0200
5aa1377d 3@@ -1173,6 +1173,7 @@
2b8c25a3 4 _vstream=auto
c294b55d 5 _pthreads=yes
6 _rpath=no
5aa1377d 7+_disable_altivec=no
30e3739f 8 _asmalign_pot=auto
5aa1377d
JB
9 for ac_option do
10 case "$ac_option" in
5aa1377d
JB
11@@ -1483,7 +1484,7 @@
12 --enable-3dnowex) _3dnow=yes _3dnowex=yes ;;
13 --disable-3dnowex) _3dnowex=no ;;
14 --enable-altivec) _altivec=yes ;;
15- --disable-altivec) _altivec=no ;;
16+ --disable-altivec) _altivec=no; _disable_altivec=yes ;;
30e3739f 17 --enable-armv5te) _armv5te=yes ;;
18 --disable-armv5te) _armv5te=no ;;
19 --enable-iwmmxt) _iwmmxt=yes ;;
eeb11871 20@@ -2391,7 +2391,7 @@
5aa1377d 21
5aa1377d 22
eeb11871
ER
23 #FIXME: This should happen before the check for CFLAGS..
24-if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then
25+if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes) && test "$_disable_altivec" != "yes"; then
26
27 # check if AltiVec is supported by the compiler, and how to enable it
28 echocheck "GCC AltiVec flags"
This page took 0.063088 seconds and 4 git commands to generate.