gstreamer/pkgconfig/gstreamer-basevideo.pc.in

13 lines
372 B
PkgConfig
Raw Normal View History

2011-09-28 23:29:07 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
2012-04-04 12:41:22 +00:00
includedir=@includedir@/gstreamer-@GST_API_VERSION@
2011-09-28 23:29:07 +00:00
Name: GStreamer base video
Description: Base class, interface and utilities for video elements
2012-04-04 12:41:22 +00:00
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
2011-09-28 23:29:07 +00:00
Version: @VERSION@
2012-04-04 12:41:22 +00:00
Libs: -L${libdir} -lgstbasevideo-@GST_API_VERSION@
2011-09-28 23:29:07 +00:00
Cflags: -I${includedir}