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 5bb364f commit e6e3a92Copy full SHA for e6e3a92
build-ffmpeg
@@ -302,7 +302,7 @@ CONFIGURE_OPTIONS+=("--enable-libx264")
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 source || exit
305
- execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON -DENABLE_CLI:BOOL=OFF .
+ execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON .
306
execute make -j $MJOBS
307
execute make install
308
0 commit comments