gstreamer/pkgconfig/gstreamer-app.pc.in

13 lines
378 B
PkgConfig
Raw Normal View History

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Application Library
Description: Helper functions and base classes for application integration
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstapp-@GST_MAJORMINOR@
Cflags: -I${includedir}