mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
add vpx.pc file
This commit is contained in:
parent
f1016e12ee
commit
cf15f494d7
1 changed files with 13 additions and 0 deletions
13
deps/vpx/lib/pkgconfig/vpx.pc
vendored
Normal file
13
deps/vpx/lib/pkgconfig/vpx.pc
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# pkg-config file from libvpx v1.9.0
|
||||
prefix=
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: vpx
|
||||
Description: WebM Project VPx codec implementation
|
||||
Version: 1.9.0
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lvpx -lm
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in a new issue