mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
fix for arch
This commit is contained in:
@@ -209,7 +209,7 @@ then
|
|||||||
# build svt-avt-psy
|
# build svt-avt-psy
|
||||||
cd "$SVT_PSY_DIR/" || exit
|
cd "$SVT_PSY_DIR/" || exit
|
||||||
update_git
|
update_git
|
||||||
rm -rf build_svt.user
|
sudo rm -rf build_svt.user
|
||||||
mkdir build_svt.user
|
mkdir build_svt.user
|
||||||
cd build_svt.user || exit
|
cd build_svt.user || exit
|
||||||
make clean
|
make clean
|
||||||
@@ -388,7 +388,7 @@ sudo ldconfig
|
|||||||
# build ffmpeg
|
# build ffmpeg
|
||||||
cd "$FFMPEG_DIR/" || exit
|
cd "$FFMPEG_DIR/" || exit
|
||||||
update_git
|
update_git
|
||||||
export PKG_CONFIG_PATH+=":$(pkg-config --variable pc_path pkg-config)"
|
export PKG_CONFIG_PATH+="/usr/local/lib/pkgconfig/"
|
||||||
make clean
|
make clean
|
||||||
./configure --enable-libsvtav1 --enable-librav1e \
|
./configure --enable-libsvtav1 --enable-librav1e \
|
||||||
--enable-libaom --enable-libvmaf \
|
--enable-libaom --enable-libvmaf \
|
||||||
|
|||||||
Reference in New Issue
Block a user