Skip to content

Commit ae21be9

Browse files
Fix open264 benchmark (#1935)
1 parent 2bc06d4 commit ae21be9

File tree

1 file changed

+0
-5
lines changed
  • benchmarks/openh264_decoder_fuzzer

1 file changed

+0
-5
lines changed

benchmarks/openh264_decoder_fuzzer/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
#
1616
################################################################################
1717

18-
# prepare corpus
19-
svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/h264 corpus/
20-
mv ./res/*.264 ./corpus/
21-
zip -j0r ${OUT}/decoder_fuzzer_seed_corpus.zip ./corpus/
22-
2318
# build
2419
if [[ $CXXFLAGS = *sanitize=memory* ]]; then
2520
ASM_BUILD=No

0 commit comments

Comments
 (0)