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 114bbc5 commit 229c43aCopy full SHA for 229c43a
build-ffmpeg
@@ -240,7 +240,7 @@ if build "x265"; then
240
download "https://bitbucket.org/multicoreware/x265/downloads/x265_1.7.tar.gz" "x265-1.7.tar.gz"
241
cd $PACKAGES/x265_1.7
242
cd source
243
- execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off $PACKAGES/x265_1.7/source
+ execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
244
execute make -j 4
245
execute make install
246
sed "s/-lx265/-lx265 -lstdc++/g" "$WORKSPACE/lib/pkgconfig/x265.pc" > "$WORKSPACE/lib/pkgconfig/x265.pc.tmp"
0 commit comments