depot/pkgs/by-name/li/libyuv/yuv.pc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
270 B
PkgConfig
Raw Normal View History

prefix=@PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: yuv
Description: WebM Project Yuv codec implementation
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -lyuv -lm
Libs.private: -lm -lpthread
Cflags: -I${includedir}