projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eadecc
)
oss-fuzz: replace -lFuzzingEngine with $LIB_FUZZING_ENGINE
author
Tyson Smith
<tyson.w.smith@gmail.com>
Fri, 17 Jan 2020 17:55:16 +0000
(09:55 -0800)
committer
Tristan Matthews
<tmatth@videolan.org>
Sat, 18 Jan 2020 04:44:13 +0000
(20:44 -0800)
Signed-off-by: Tristan Matthews <tmatth@videolan.org>
contrib/oss-fuzz/build.sh
patch
|
blob
|
history
diff --git
a/contrib/oss-fuzz/build.sh
b/contrib/oss-fuzz/build.sh
index
29e7f38
..
1f76b4a
100755
(executable)
--- a/
contrib/oss-fuzz/build.sh
+++ b/
contrib/oss-fuzz/build.sh
@@
-20,4
+20,4
@@
make clean
make -j$(nproc)
make install
-$CXX $CXXFLAGS $SRC/vorbis/contrib/oss-fuzz/decode_fuzzer.cc -o $OUT/decode_fuzzer -L"$WORK/lib" -I"$WORK/include"
-lFuzzingEngine
-lvorbisfile -lvorbis -logg
+$CXX $CXXFLAGS $SRC/vorbis/contrib/oss-fuzz/decode_fuzzer.cc -o $OUT/decode_fuzzer -L"$WORK/lib" -I"$WORK/include"
$LIB_FUZZING_ENGINE
-lvorbisfile -lvorbis -logg