gstreamer/pkgconfig/gstreamer-tag.pc.in

13 lines
314 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Tag Library
Description: Tag base classes and helper functions
Requires: gstreamer-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgsttag-@GST_MAJORMINOR@
Cflags: -I${includedir}