This commit is contained in:
2024-10-06 04:41:00 +00:00
committed by GitHub
parent 51baa74036
commit f75f2dfa43
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
export "LIB=$LIB;$PREFIX2/lib"
export "INCLUDE=$INCLUDE;$PREFIX2/include"
mkdir -p cbuild && cd cbuild || exit 1
git clone --depth 1 'https://github.com/FFmpeg/FFmpeg' && cd ffmpeg || exit 1
git clone --depth 1 'https://github.com/FFmpeg/FFmpeg' ffmpeg && cd ffmpeg || exit 1
./configure \
--enable-gpl \
--enable-shared \