blob: 7fb5d0c13ebdf0e1e3ac6d0ce1f0f15e08d0cfa9 [file] [log] [blame]
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 @LIBS@
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}