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 2123557 commit ea2b64bCopy full SHA for ea2b64b
build-ffmpeg
@@ -300,8 +300,8 @@ if build "cmake"; then
300
fi
301
302
if build "vid_stab"; then
303
- download "https://codeload.github.com/georgmartius/vid.stab/zip/aeabc8daa7904f9edf7441a11f293965a5ef53b8" "georgmartius-vid.stab.tar.tgz"
304
- cd $PACKAGES/vid.stab-aeabc8daa7904f9edf7441a11f293965a5ef53b8 || exit
+ download "https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz" "georgmartius-vid.stab-v1.1.0-0-g60d65da.tar.tgz"
+ cd $PACKAGES/vid.stab-1.1.0 || exit
305
execute cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DUSE_OMP=OFF -DENABLE_SHARED:bool=off .
306
execute make
307
execute make install
0 commit comments