Files

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

14 lines
270 B
PkgConfig
Raw Permalink Normal View History

2025-10-09 14:15:47 +02: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}