mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 07:55:41 -04:00
Initial community commit
This commit is contained in:
13
vcpkg-ports/libvpx/vpx.pc.in
Normal file
13
vcpkg-ports/libvpx/vpx.pc.in
Normal file
@ -0,0 +1,13 @@
|
||||
prefix=@LIBVPX_PREFIX@
|
||||
# pkg-config file from libvpx v1.10.0
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: vpx
|
||||
Description: WebM Project VPx codec implementation
|
||||
Version: @LIBVPX_VERSION@
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L"${libdir}" -lvpx
|
||||
Cflags: -I"${includedir}"
|
Reference in New Issue
Block a user