Skip to content

Commit

Permalink
libvpx: add static lib
Browse files Browse the repository at this point in the history
- rustdesk needs it
wwwutz committed Jan 26, 2023
1 parent fc427ab commit ae48c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvpx.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libvpx-1.12.0-0
# BEE_VERSION libvpx-1.12.0-1

# SRCURL[0]="https://github.com/webmproject/libvpx/archive/v${PKGVERSION}/libvpx-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/10cf85debdd07be719a35ca3bfb8ea64/libvpx-1.12.0.tar.gz"
@@ -27,7 +27,7 @@ mee_configure() {
${S}/configure \
--prefix=${PREFIX} \
--enable-shared \
--disable-static
--enable-static
}

mee_build() {

0 comments on commit ae48c93

Please sign in to comment.