Skip to content

Commit e6e3a92

Browse files
committed
update x265
1 parent 5bb364f commit e6e3a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ CONFIGURE_OPTIONS+=("--enable-libx264")
302302
if build "x265"; then
303303
download "https://github.com/videolan/x265/archive/Release_3.5.tar.gz" "x265-3.5.tar.gz"
304304
cd source || exit
305-
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON -DENABLE_CLI:BOOL=OFF .
305+
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON .
306306
execute make -j $MJOBS
307307
execute make install
308308

0 commit comments

Comments
 (0)