diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-06 00:14:42 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-02-06 00:14:42 +0000 |
| commit | 182a352b304120b3a13b1d4bd4f95b2933ae126f (patch) | |
| tree | 856b7094b809da7c0906688f78e689791eaf942f /libvpx | |
| parent | 6f4c057a18ba65d349d1d4bff423b9f14dedcbe4 (diff) | |
| download | alicelinux-182a352b304120b3a13b1d4bd4f95b2933ae126f.tar.gz alicelinux-182a352b304120b3a13b1d4bd4f95b2933ae126f.zip | |
Woodpecker CI 371f72ea978b1ae00637c2fa0dcfe5de234e34d6 [SKIP CI]
Diffstat (limited to 'libvpx')
| -rw-r--r-- | libvpx/.files | 3 | ||||
| -rw-r--r-- | libvpx/abuild | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/libvpx/.files b/libvpx/.files index a1487d0b..31c04f0c 100644 --- a/libvpx/.files +++ b/libvpx/.files @@ -1,7 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/vpxdec --rwxr-xr-x root/root usr/bin/vpxenc drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/vpx/ -rw-rw-r-- root/root usr/include/vpx/vp8.h diff --git a/libvpx/abuild b/libvpx/abuild index 7c30e1d7..c72a8a5b 100644 --- a/libvpx/abuild +++ b/libvpx/abuild @@ -11,7 +11,11 @@ build() { mkdir libvpx-build cd libvpx-build - ../configure --prefix=/usr --enable-shared + ../configure \ + --prefix=/usr \ + --enable-shared \ + --disable-unit-tests \ + --disable-examples make - make install + make DIST_DIR=$PKG/usr install } |