summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-06-23 19:03:12 +0530
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-06-24 16:03:28 +0000
commitdf11fb0190a49f5aa1894de585874e677242c9b7 (patch)
tree2340e3c063c82e7bb2409599326adb50471d1665 /pkgconfig
parent1eeaee24d4db0172cb5022581c0852f03237b2bb (diff)
downloadgstreamer-plugins-bad-df11fb0190a49f5aa1894de585874e677242c9b7.tar.gz
meson: Add missing pkgconfig files for gsttranscoder
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1365>
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-transcoder-uninstalled.pc.in12
-rw-r--r--pkgconfig/gstreamer-transcoder.pc.in12
-rw-r--r--pkgconfig/meson.build1
3 files changed, 25 insertions, 0 deletions
diff --git a/pkgconfig/gstreamer-transcoder-uninstalled.pc.in b/pkgconfig/gstreamer-transcoder-uninstalled.pc.in
new file mode 100644
index 000000000..65edca5a1
--- /dev/null
+++ b/pkgconfig/gstreamer-transcoder-uninstalled.pc.in
@@ -0,0 +1,12 @@
+prefix=
+exec_prefix=
+libdir=@playerlibdir@
+includedir=@abs_top_srcdir@/gst-libs
+
+Name: GStreamer Transcoder, Uninstalled
+Description: GStreamer Transcoder library, uninstalled
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-pbutils-@GST_API_VERSION@
+Version: @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-transcoder.pc.in b/pkgconfig/gstreamer-transcoder.pc.in
new file mode 100644
index 000000000..645c0dff7
--- /dev/null
+++ b/pkgconfig/gstreamer-transcoder.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/gstreamer-@GST_API_VERSION@
+
+Name: GStreamer Transcoder
+Description: GStreamer Transcoder library
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-pbutils-@GST_API_VERSION@
+Version: @VERSION@
+Libs: -L${libdir} -lgsttranscoder-@GST_API_VERSION@
+Cflags: -I${includedir}
+
diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build
index 271391497..c9d6d195c 100644
--- a/pkgconfig/meson.build
+++ b/pkgconfig/meson.build
@@ -31,6 +31,7 @@ pkg_libs = [
'player',
'plugins-bad',
'sctp',
+ 'transcoder',
'webrtc',
]