]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer-altivec.patch
- update to r27725 svn
[packages/mplayer.git] / mplayer-altivec.patch
CommitLineData
5aa1377d
JB
1--- MPlayer-1.0pre2/configure.orig 2003-11-23 00:09:38.000000000 +0100
2+++ MPlayer-1.0pre2/configure 2003-11-23 00:20:52.337674440 +0100
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 ;;
5aa1377d
JB
20@@ -1623,7 +1624,7 @@
21
22 _altivec_gcc_flags=''
23
24- if test "$_altivec" = yes -o "$_runtime_cpudetection" = yes ; then
25+ if test "$_altivec" = yes -o "$_runtime_cpudetection" = yes -a "$_disable_altivec" != "yes"; then
26 echocheck "GCC altivec support"
27
28 p=''
This page took 0.043657 seconds and 4 git commands to generate.