diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-09-17 10:08:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-17 10:08:27 +0000 |
commit | 670ab312779d930e23e2ba1932c6684a82377475 (patch) | |
tree | 976a67407f4d83a768cdef7e9a3f7ee47f1320a6 | |
parent | 1051cc4f891d44afa70346166b52aebe0816a8f6 (diff) | |
download | ffmpeg-670ab312779d930e23e2ba1932c6684a82377475.tar.gz |
Replace manual variable setting with the disable function.
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |