nixpkgs/pkgs/development/libraries/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

2023-07-09 14:04:55 +00:00
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}