forked from kiss-community/repo
libvpx: new package at 1.7.0
This commit is contained in:
parent
e1ade01139
commit
a40b441f50
@ -8,5 +8,6 @@ libogg
|
||||
libtheora
|
||||
libvorbis
|
||||
libwebp
|
||||
libvpx
|
||||
opus
|
||||
wavpack
|
||||
|
21
testing/libvpx/build
Executable file
21
testing/libvpx/build
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-vp8 \
|
||||
--enable-vp9 \
|
||||
--disable-tools \
|
||||
--disable-examples \
|
||||
--disable-docs \
|
||||
--enable-experimental \
|
||||
--enable-runtime-cpu-detect \
|
||||
--enable-shared \
|
||||
--enable-postproc \
|
||||
--enable-pic \
|
||||
--disable-install-docs \
|
||||
--disable-install-srcs \
|
||||
--disable-install-bins \
|
||||
--as=yasm
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
testing/libvpx/checksums
Normal file
1
testing/libvpx/checksums
Normal file
@ -0,0 +1 @@
|
||||
1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238 v1.7.0.tar.gz
|
2
testing/libvpx/depends
Normal file
2
testing/libvpx/depends
Normal file
@ -0,0 +1,2 @@
|
||||
perl make
|
||||
yasm make
|
1
testing/libvpx/sources
Normal file
1
testing/libvpx/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/webmproject/libvpx/archive/v1.7.0.tar.gz
|
1
testing/libvpx/version
Normal file
1
testing/libvpx/version
Normal file
@ -0,0 +1 @@
|
||||
1.7.0 1
|
Loading…
Reference in New Issue
Block a user