mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
build: remove obsolete 'bad-transcoder' pc file
Replaced by 'transcoder' pc files. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1409>
This commit is contained in:
parent
7b2c3a984c
commit
d6635346a2
3 changed files with 0 additions and 26 deletions
|
@ -1,12 +0,0 @@
|
|||
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
|
|
@ -1,13 +0,0 @@
|
|||
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}
|
|
@ -24,7 +24,6 @@ pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
|
|||
|
||||
pkg_libs = [
|
||||
'bad-audio',
|
||||
'bad-transcoder',
|
||||
'codecparsers',
|
||||
'insertbin',
|
||||
'mpegts',
|
||||
|
|
Loading…
Reference in a new issue