summaryrefslogtreecommitdiff
path: root/data/libvpx/make.sh
blob: b05758c7bfab8fce5324c62dac8e1c04b26613a6 (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