gstreamer/pkgconfig/gst-editing-services.pc.in

12 lines
409 B
PkgConfig
Raw Normal View History

2010-12-15 14:51:41 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2012-04-04 12:50:23 +00:00
includedir=@includedir@/gstreamer-@GST_API_VERSION@
2010-12-15 14:51:41 +00:00
Name: gst-editing-services
Description: GStreamer Editing Services
Version: @VERSION@
2012-04-04 12:50:23 +00:00
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-controller-@GST_API_VERSION@ gstreamer-pbutils-@GST_API_VERSION@
Libs: -L${libdir} -lges-@GST_API_VERSION@
2010-12-15 14:51:41 +00:00
Cflags: -I${includedir}