mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
14 lines
270 B
PkgConfig
14 lines
270 B
PkgConfig
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}
|