File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Original file line number Diff line number Diff line change 370
370
371
371
if build " svtav1" ; then
372
372
download " https://github.com/AOMediaCodec/SVT-AV1/archive/v0.8.6.tar.gz"
373
- execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../Build -G" Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
373
+ cd Build/linux || exit
374
+ execute cmake -DCMAKE_INSTALL_PREFIX=" ${WORKSPACE} " -DENABLE_SHARED=off -DBUILD_SHARED_LIBS=OFF ../.. -G" Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
374
375
execute make -j $MJOBS
375
376
execute make install
377
+ execute cp Build/linux/SvtAv1Enc.pc " ${WORKSPACE} /lib/pkgconfig/"
378
+ execute cp Build/linux/SvtAv1Dec.pc " ${WORKSPACE} /lib/pkgconfig/"
376
379
build_done " svtav1"
377
380
fi
378
381
CONFIGURE_OPTIONS+=(" --enable-libsvtav1" )
You can’t perform that action at this time.
0 commit comments