shithub: openh264

ref: e8d045ad53c0d2041e3b45f52251661b048ef1d4
dir: /openh264.pc.in/

View raw version
prefix=@prefix@
libdir=@libdir@
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}