We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d834a1 commit 30b00feCopy full SHA for 30b00fe
build.sh
@@ -39,8 +39,13 @@ git -C FFmpeg apply ../ffmpeg.patch || true
39
# ./build-meson-dep.sh fribidi -Ddocs=false
40
# ./build-meson-dep.sh libass
41
42
-INSTALL_TARGET=install-lib-${BUILD_TYPE} ./build-make-dep.sh x264 --enable-${BUILD_TYPE}
43
-./build-cmake-dep.sh x265_git
+if [ "$BUILD_LICENSE" == "gpl" ]; then
+ INSTALL_TARGET=install-lib-${BUILD_TYPE} ./build-make-dep.sh x264 --enable-${BUILD_TYPE}
44
+ FF_ARGS="$FF_ARGS --enable-libx264"
45
+
46
+ ./build-cmake-dep.sh x265_git/source
47
+ FF_ARGS="$FF_ARGS --enable-libx265"
48
+fi
49
50
./build-make-dep.sh nv-codec-headers
51
0 commit comments