We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b00fe commit 900d3eeCopy full SHA for 900d3ee
build.sh
@@ -43,6 +43,7 @@ if [ "$BUILD_LICENSE" == "gpl" ]; then
43
INSTALL_TARGET=install-lib-${BUILD_TYPE} ./build-make-dep.sh x264 --enable-${BUILD_TYPE}
44
FF_ARGS="$FF_ARGS --enable-libx264"
45
46
+ git -C x265_git fetch --tags
47
./build-cmake-dep.sh x265_git/source
48
FF_ARGS="$FF_ARGS --enable-libx265"
49
fi
0 commit comments