]> git.sesse.net Git - ffmpeg/blobdiff - configure
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
[ffmpeg] / configure
index f215c76c08f0423b5dfd810167f646148579be14..9528b5d890c167281be9f53f2527a8ae51f5bee0 100755 (executable)
--- a/configure
+++ b/configure
@@ -584,7 +584,7 @@ print_config(){
                 } else if (file ~ /\\.asm\$/) {
                     printf(\"%%define %s %d\\n\", c, v) >>file;
                 } else if (file ~ /\\.mak\$/) {
-                    n = +v ? \"\" : \"!\";
+                    n = -v ? \"\" : \"!\";
                     printf(\"%s%s=yes\\n\", n, c) >>file;
                 }
             }