Skip to content

Commit

Permalink
Revert "Fix openh264 benchmark"
Browse files Browse the repository at this point in the history
This reverts commit 702673e.

Committed early by accident.
  • Loading branch information
jonathanmetzman committed Dec 20, 2023
1 parent 702673e commit 9f220c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmarks/openh264_decoder_fuzzer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
#
################################################################################

# prepare corpus
svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/h264 corpus/
mv ./res/*.264 ./corpus/
zip -j0r ${OUT}/decoder_fuzzer_seed_corpus.zip ./corpus/

# build
if [[ $CXXFLAGS = *sanitize=memory* ]]; then
ASM_BUILD=No
Expand Down

0 comments on commit 9f220c3

Please sign in to comment.