78e7838a93
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libvpx#5e9ca6bc1773df5e76267c609662a234fb55d3f8
15 lines
284 B
PkgConfig
15 lines
284 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: libvpx
|
|
Description: VP8 Video Codec SDK library
|
|
Version: 1.0.0
|
|
URL: http://www.webmproject.org/tools/vp8-sdk/
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvpx
|
|
Libs.private:
|
|
Cflags: -I${includedir}/vpx/
|