mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
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
2
configure
vendored
2
configure
vendored
@ -1488,7 +1488,7 @@ int main(void) {
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# check if our compiler supports mmi
|
# check if our compiler supports mmi
|
||||||
enabled mmi && check_cc <<EOF || mmi="no"
|
enabled mmi && check_cc <<EOF || disable mmi
|
||||||
int main(void) {
|
int main(void) {
|
||||||
__asm__ ("lq \$2, 0(\$2)");
|
__asm__ ("lq \$2, 0(\$2)");
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user