mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-08 07:11:54 +00:00
deps: update vpx to 1.13.1
This commit is contained in:
parent
278b87b82a
commit
30b87cf032
2 changed files with 2 additions and 2 deletions
BIN
deps/vpx/lib/libvpx.a
vendored
BIN
deps/vpx/lib/libvpx.a
vendored
Binary file not shown.
4
deps/vpx/lib/pkgconfig/vpx.pc
vendored
4
deps/vpx/lib/pkgconfig/vpx.pc
vendored
|
@ -1,4 +1,4 @@
|
||||||
# pkg-config file from libvpx v1.13.0
|
# pkg-config file from libvpx v1.13.1
|
||||||
prefix=
|
prefix=
|
||||||
exec_prefix=${prefix}
|
exec_prefix=${prefix}
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
|
@ -6,7 +6,7 @@ includedir=${prefix}/include
|
||||||
|
|
||||||
Name: vpx
|
Name: vpx
|
||||||
Description: WebM Project VPx codec implementation
|
Description: WebM Project VPx codec implementation
|
||||||
Version: 1.13.0
|
Version: 1.13.1
|
||||||
Requires:
|
Requires:
|
||||||
Conflicts:
|
Conflicts:
|
||||||
Libs: -L${libdir} -lvpx -lm
|
Libs: -L${libdir} -lvpx -lm
|
||||||
|
|
Loading…
Reference in a new issue