openh264/openh264.pc.in
Martin Storsjö 1a995cc991 Include private dependencies in the Libs line in pkg-config if only installing a static library
If only a static library is installed, the user of the library may
not know that only a static version of this particular library is
available (and doesn't know that --static should be added to the
pkg-config call). Therefore, one common practice is to include private
dependencies in the public Libs line if a static-only library is
installed.
2015-01-02 22:07:29 +02:00

11 lines
340 B
PkgConfig

prefix=@prefix@
libdir=${prefix}/lib
includedir=${prefix}/include
Name: OpenH264
Description: OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.
Version: @VERSION@
Libs: -L${libdir} -lopenh264 @LIBS@
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}