summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorSaunier Thibault <saunierthibault@gmail.com>2015-12-03 12:32:05 +0100
committerThibault Saunier <tsaunier@gnome.org>2019-08-28 13:02:13 +0000
commit7a66b16d976468fcf72c2d1398fd637bdb4e348c (patch)
tree6a2d09ec58ab6bd964135cca665814805bbcbfaa /pkgconfig
parent87311d404ef75c08fc8417fc7fb41e17002e80f6 (diff)
downloadgstreamer-plugins-bad-7a66b16d976468fcf72c2d1398fd637bdb4e348c.tar.gz
Import GstTranscoder
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-bad-transcoder-uninstalled.pc.in12
-rw-r--r--pkgconfig/gstreamer-bad-transcoder.pc.in13
-rw-r--r--pkgconfig/meson.build1
3 files changed, 26 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-bad-transcoder-uninstalled.pc.in b/pkgconfig/gstreamer-bad-transcoder-uninstalled.pc.in
new file mode 100644
index 000000000..5ae1f82e6
--- /dev/null
+++ b/pkgconfig/gstreamer-bad-transcoder-uninstalled.pc.in
@@ -0,0 +1,12 @@
+prefix=
+exec_prefix=
+libdir=@transcoderlibdir@
+includedir=@abs_top_srcdir@/gst-libs
+
+Name: GStreamer bad transcoder library, uninstalled
+Description: High level API for transcoding using GStreamer, uninstalled
+Version: @VERSION@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
+
+Libs: -L${libdir} -lgsttranscoder-@GST_API_VERSION@
+Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
diff --git a/pkgconfig/gstreamer-bad-transcoder.pc.in b/pkgconfig/gstreamer-bad-transcoder.pc.in
new file mode 100644
index 000000000..474bee70f
--- /dev/null
+++ b/pkgconfig/gstreamer-bad-transcoder.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_API_VERSION@
+pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
+
+Name: GStreamer bad transcoder library, uninstalled
+Description: High level API for transcoding using GStreamer
+Version: @VERSION@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
+
+Libs: -L${libdir} -lgsttranscoder-@GST_API_VERSION@
+Cflags: -I${includedir}
diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build
index 5bebe2f97..19ad0b548 100644
--- a/pkgconfig/meson.build
+++ b/pkgconfig/meson.build
@@ -11,6 +11,7 @@ pkgconf.set('VERSION', gst_version)
pkgconf.set('abs_top_builddir', join_paths(meson.current_build_dir(), '..'))
pkgconf.set('abs_top_srcdir', join_paths(meson.current_source_dir(), '..'))
pkgconf.set('audiolibdir', join_paths(meson.build_root(), gstbadaudio.outdir()))
+pkgconf.set('transcoderlibdir', join_paths(meson.build_root(), gst_transcoder.outdir()))
pkgconf.set('codecparserslibdir', join_paths(meson.build_root(), gstcodecparsers.outdir()))
pkgconf.set('insertbinlibdir', join_paths(meson.build_root(), gstinsertbin.outdir()))
pkgconf.set('mpegtslibdir', join_paths(meson.build_root(), gstmpegts.outdir()))