Skip to content

Commit 48d2b7c

Browse files
committed
update x265
1 parent 0a0a88f commit 48d2b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ CONFIGURE_OPTIONS+=("--enable-libx264")
301301

302302
if build "x265"; then
303303
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
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 .
306306
execute make -j $MJOBS
307307
execute make install
308308

0 commit comments

Comments
 (0)