mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
meson: Add missing pkgconfig files for gsttranscoder
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1365>
This commit is contained in:
parent
1eeaee24d4
commit
df11fb0190
3 changed files with 25 additions and 0 deletions
12
pkgconfig/gstreamer-transcoder-uninstalled.pc.in
Normal file
12
pkgconfig/gstreamer-transcoder-uninstalled.pc.in
Normal file
|
@ -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
|
||||
|
12
pkgconfig/gstreamer-transcoder.pc.in
Normal file
12
pkgconfig/gstreamer-transcoder.pc.in
Normal file
|
@ -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}
|
||||
|
|
@ -31,6 +31,7 @@ pkg_libs = [
|
|||
'player',
|
||||
'plugins-bad',
|
||||
'sctp',
|
||||
'transcoder',
|
||||
'webrtc',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue