Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions projects/ffmpeg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,6 @@ fi
make clean
make -j$(nproc) install

if [[ -n ${CAPTURE_REPLAY_SCRIPT-} ]]; then
exit 0
fi

# Download test samples, will be used as seed corpus.
# DISABLED.
# TODO: implement a better way to maintain a minimized seed corpora
Expand All @@ -235,6 +231,10 @@ fi
export TEST_SAMPLES_PATH=$SRC/ffmpeg/fate-suite/
make fate-rsync SAMPLES=$TEST_SAMPLES_PATH

if [[ -n ${CAPTURE_REPLAY_SCRIPT-} ]]; then
exit 0
fi

rsync -av rsync://samples.ffmpeg.org/samples/avi/ffv1/testset/ $SRC/ffmpeg/ffv1testset

# Build the fuzzers.
Expand Down