We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a7558 commit 12fae5aCopy full SHA for 12fae5a
projects/ffmpeg/build.sh
@@ -223,10 +223,6 @@ fi
223
make clean
224
make -j$(nproc) install
225
226
-if [[ -n ${CAPTURE_REPLAY_SCRIPT-} ]]; then
227
- exit 0
228
-fi
229
-
230
# Download test samples, will be used as seed corpus.
231
# DISABLED.
232
# TODO: implement a better way to maintain a minimized seed corpora
@@ -235,6 +231,10 @@ fi
235
export TEST_SAMPLES_PATH=$SRC/ffmpeg/fate-suite/
236
make fate-rsync SAMPLES=$TEST_SAMPLES_PATH
237
233
234
+if [[ -n ${CAPTURE_REPLAY_SCRIPT-} ]]; then
+ exit 0
+fi
+
238
rsync -av rsync://samples.ffmpeg.org/samples/avi/ffv1/testset/ $SRC/ffmpeg/ffv1testset
239
240
# Build the fuzzers.
0 commit comments