gstreamer/validate/pkgconfig/gst-validate.pc.in

12 lines
293 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: gst-validate
Description: Gstreamer Validate
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@
Libs: -L${libdir} -lgstvalidate-@GST_API_VERSION@
Cflags: -I${includedir}