From d31d4f9745c3237b6b06b563944cd39c1e7001fb Mon Sep 17 00:00:00 2001 From: Curtis Doty Date: Wed, 17 Sep 2025 08:43:54 -0700 Subject: [PATCH] prevent rsync error on missing subdir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4858add5b..b37d83e57 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ clean: fate-suite: # Grab ALL of the samples from the ffmpeg site. + mkdir -p tests/assets/fate-suite/ rsync -vrltLW rsync://fate-suite.ffmpeg.org/fate-suite/ tests/assets/fate-suite/ lint: