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 7f3e023 commit 1407d31Copy full SHA for 1407d31
build-ffmpeg
@@ -319,7 +319,7 @@ fi
319
320
if build "x265"; then
321
download "https://github.com/videolan/x265/archive/3.4.tar.gz" "x265-3.4.tar.gz"
322
- cd "$PACKAGES"/x265-* || exit
+ cd "$PACKAGES"/x265-*/ || exit
323
cd source || exit
324
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off .
325
execute make -j $MJOBS
0 commit comments