blob: d0cf5afee6c9c19d3d56cf58c2fa4515218dd2f1 [file] [log] [blame]
prefix=@prefix@
libdir=@libdir@
includedir=${prefix}/include/openh264
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}