diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-05-22 19:44:37 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-06-20 19:53:33 +0200 |
commit | 55c65d079f7fcdecdd5500a249507ed78b80bb0a (patch) | |
tree | fd52e524efc6631ce149de116c3a26bcc3555757 /pkgconfig | |
parent | 337bc06de1987d4e97165d897dea45056fb12881 (diff) |
aggregator: Add new GstAggregator base class
This base class has been added to a newly created libgstbadbase library
Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
https://bugzilla.gnome.org/show_bug.cgi?id=731917
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-bad-base-uninstalled.pc.in | 15 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-base.pc.in | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-bad-base-uninstalled.pc.in b/pkgconfig/gstreamer-bad-base-uninstalled.pc.in new file mode 100644 index 000000000..560eb13bd --- /dev/null +++ b/pkgconfig/gstreamer-bad-base-uninstalled.pc.in @@ -0,0 +1,15 @@ +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst/base +includedir=${pcfiledir}/../gst-libs +pluginsdir=${pcfiledir}/.. + +Name: GStreamer bad base classes, uninstalled +Description: Bad base classes for GStreamer elements, Not Installed +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ + +Libs: -L${libdir} ${libdir}/libgstbadbase-@GST_API_VERSION@.la @BADBASE_LIBS@ +Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@ + +libraries=badbase diff --git a/pkgconfig/gstreamer-bad-base.pc.in b/pkgconfig/gstreamer-bad-base.pc.in new file mode 100644 index 000000000..a03013b2b --- /dev/null +++ b/pkgconfig/gstreamer-bad-base.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/gstreamer-@GST_API_VERSION@ +pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@ + +Name: GStreamer bad base classes, uninstalled +Description: Bad base classes for GStreamer elements, Not Installed +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ + +Libs: -L${libdir} ${libdir}/libgstbadbase-@GST_API_VERSION@.la @BADBASE_LIBS@ +Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@ + +libraries=badbase |