diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2014-06-03 19:00:34 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-06-20 19:53:33 +0200 |
commit | 7cf66e7c075417fd07b2ae1ea3f7afcbf593d7b9 (patch) | |
tree | 697da635e03e059dd04207dbc0a78cb33b850746 /pkgconfig | |
parent | 55c65d079f7fcdecdd5500a249507ed78b80bb0a (diff) |
videoaggregator: Create a new GstVideoAggregator baseclass
This base class has been added to a newly created libgstbadvideo library
Co-Authored by: Thibault Saunier <tsaunier@gnome.org>
https://bugzilla.gnome.org/show_bug.cgi?id=731918
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-bad-video-uninstalled.pc.in | 15 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-video.pc.in | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-bad-video-uninstalled.pc.in b/pkgconfig/gstreamer-bad-video-uninstalled.pc.in new file mode 100644 index 000000000..6a2a206e3 --- /dev/null +++ b/pkgconfig/gstreamer-bad-video-uninstalled.pc.in @@ -0,0 +1,15 @@ +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst/video +includedir=${pcfiledir}/../gst-libs +pluginsdir=${pcfiledir}/.. + +Name: GStreamer bad video library, uninstalled +Description: Bad video library for GStreamer, Not Installed +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ + +Libs: -L${libdir} ${libdir}/libgstbadvideo-@GST_API_VERSION@.la @BADBASE_LIBS@ +Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@ + +libraries=badvideo diff --git a/pkgconfig/gstreamer-bad-video.pc.in b/pkgconfig/gstreamer-bad-video.pc.in new file mode 100644 index 000000000..4fdf88906 --- /dev/null +++ b/pkgconfig/gstreamer-bad-video.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 video library, uninstalled +Description: Bad video library for GStreamer elements, Not Installed +Version: @VERSION@ +Requires: gstreamer-@GST_API_VERSION@ + +Libs: -L${libdir} ${libdir}/libgstbadvideo-@GST_API_VERSION@.la @BADBASE_LIBS@ +Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@ + +libraries=badvideo |