summaryrefslogtreecommitdiff
path: root/data/_libvpx/make.sh
blob: e844a6965a86df5b7542e298d0b1c789f297f7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkg:setup
CROSS="${PKG_TARG}-" ./configure --target="${PKG_TARG}-gcc" --prefix=$(cat "${PKG_BASE}/arch/${PKG_ARCH}/${PKG_CFTARG}/prefix") --disable-static --enable-shared --enable-examples \
    --enable-pic \
    --enable-shared \
    --disable-install-bins \
    --disable-install-srcs \
    --size-limit=16384x16384 \
    --enable-postproc \
    --enable-multi-res-encoding \
    --enable-temporal-denoising \
    --enable-vp9-temporal-denoising \
    --enable-vp9-postproc
pkg:make V=1
pkg:install