We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0a88f commit 48d2b7cCopy full SHA for 48d2b7c
build-ffmpeg
@@ -301,8 +301,8 @@ CONFIGURE_OPTIONS+=("--enable-libx264")
301
302
if build "x265"; then
303
download "https://github.com/videolan/x265/archive/Release_3.5.tar.gz" "x265-3.5.tar.gz"
304
- cd build/linux || exit
305
- execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DENABLE_SHARED=off -DSTATIC_LINK_CRT=ON ../../source
+ cd source || exit
+ execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON -DENABLE_CLI:BOOL=OFF .
306
execute make -j $MJOBS
307
execute make install
308
0 commit comments