shithub: openh264

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

View raw version
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
Cflags: -I${includedir}