]> git.sesse.net Git - ffmpeg/blobdiff - tools/target_dec_fuzzer.c
build: Generalize yasm/nasm-related variable names
[ffmpeg] / tools / target_dec_fuzzer.c
index ec10480c0ac0f761faa0e9110562aa405f3e4d7e..a8696f9fc7368938c9daf440fe0dd7445c2539fd 100644 (file)
@@ -25,7 +25,7 @@
      svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
      ./Fuzzer/build.sh
   * build ffmpeg for fuzzing:
-    FLAGS="-fsanitize=address -fsanitize-coverage=trace-pc-guard,trace-cmp -g" CC="clang $FLAGS" CXX="clang++ $FLAGS" ./configure  --disable-yasm
+    FLAGS="-fsanitize=address -fsanitize-coverage=trace-pc-guard,trace-cmp -g" CC="clang $FLAGS" CXX="clang++ $FLAGS" ./configure  --disable-x86asm
     make clean && make -j
   * build the fuzz target.
     Choose the value of FFMPEG_CODEC (e.g. AV_CODEC_ID_DVD_SUBTITLE) and