projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1051cc4
)
Replace manual variable setting with the disable function.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 17 Sep 2007 10:08:27 +0000
(10:08 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 17 Sep 2007 10:08:27 +0000
(10:08 +0000)
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
2a74ea3
..
ad900d3
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1488,7
+1488,7
@@
int main(void) {
EOF
# check if our compiler supports mmi
-enabled mmi && check_cc <<EOF ||
mmi="no"
+enabled mmi && check_cc <<EOF ||
disable mmi
int main(void) {
__asm__ ("lq \$2, 0(\$2)");
return 0;