|
|
@@ -722,8 +722,8 @@ fi
|
|
|
build "ffmpeg"
|
|
|
download "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.gz"
|
|
|
|
|
|
-curl -s https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_plusglshader.c libavfilter/vf_plusglshader.c
|
|
|
-curl -s https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_lutglshader.c libavfilter/vf_lutglshader.c
|
|
|
+curl -o libavfilter/vf_plusglshader.c https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_plusglshader.c
|
|
|
+curl -o libavfilter/vf_lutglshader.c https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/vf_lutglshader.c
|
|
|
|
|
|
# shellcheck disable=SC2086
|
|
|
./configure "${CONFIGURE_OPTIONS[@]}" \
|