Replace manual variable setting with the disable function.
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1051cc4f89
commit
670ab31277
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue