gemercheung hace 4 años
padre
commit
943fc845f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      install-ffmpeg

+ 1 - 1
install-ffmpeg

@@ -724,7 +724,7 @@ download "https://www.ffmpeg.org/releases/ffmpeg-4.4.tar.gz"
 
 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
-curl-o  libavfilter.diff https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/libavfilter.diff
+curl -o  libavfilter.diff https://raw.githubusercontent.com/numberwolf/FFmpeg-Plus-OpenGL/main/Plus-GL-Shader/libavfilter.diff
 git apply libavfilter.diff
 # shellcheck disable=SC2086
 ./configure "${CONFIGURE_OPTIONS[@]}" \