mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
13 lines
294 B
PkgConfig
13 lines
294 B
PkgConfig
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}"
|