Commit 670ab312 authored by Diego Biurrun's avatar Diego Biurrun

Replace manual variable setting with the disable function.

Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1051cc4f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment