openh264/openh264.pc.in

10 lines
304 B
PkgConfig
Raw Normal View History

2014-10-26 23:25:15 +01:00
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}