summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-05-22 19:44:37 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-06-20 19:53:33 +0200
commit55c65d079f7fcdecdd5500a249507ed78b80bb0a (patch)
treefd52e524efc6631ce149de116c3a26bcc3555757 /pkgconfig
parent337bc06de1987d4e97165d897dea45056fb12881 (diff)
downloadgstreamer-plugins-bad-55c65d079f7fcdecdd5500a249507ed78b80bb0a.tar.gz
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.in15
-rw-r--r--pkgconfig/gstreamer-bad-base.pc.in15
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