gemercheung 4 년 전
부모
커밋
943fc845f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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[@]}" \