加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
openh264.pc.in 335 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julien Isorce 提交于 2020-01-28 14:08 . meson: fix libdir in openh264.pc.in
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}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化