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