mirror of https://github.com/google/oss-fuzz.git
libaom: use upstream dict file (#5864)
this was transferred from this project in: 3b1ff98b1 add examples/av1_dec_fuzzer.dict
This commit is contained in:
parent
2c8b1d47e2
commit
7c47d9e15a
|
@ -18,5 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
RUN apt-get update && apt-get install -y cmake yasm wget
|
||||
RUN git clone https://aomedia.googlesource.com/aom
|
||||
ADD https://storage.googleapis.com/aom-test-data/fuzzer/dec_fuzzer_seed_corpus.zip $SRC/
|
||||
COPY build.sh av1_dec_fuzzer.dict $SRC/
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR aom
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# IVF Signature + version (bytes 0-5)
|
||||
kw1="DKIF\x00\x00"
|
||||
|
||||
# AV1 codec fourCC (bytes 8-11)
|
||||
kw2="AV01"
|
|
@ -65,5 +65,5 @@ $CXX $CXXFLAGS -std=c++11 \
|
|||
|
||||
# copy seed corpus.
|
||||
cp $SRC/dec_fuzzer_seed_corpus.zip $OUT/${fuzzer_name}_seed_corpus.zip
|
||||
cp $SRC/av1_dec_fuzzer.dict $OUT/${fuzzer_name}.dict
|
||||
cp $SRC/aom/examples/av1_dec_fuzzer.dict $OUT/${fuzzer_name}.dict
|
||||
|
||||
|
|
Loading…
Reference in New Issue