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:
Matthew Waters 2020-07-06 15:05:07 +10:00 committed by GStreamer Merge Bot
parent 7b2c3a984c
commit d6635346a2
3 changed files with 0 additions and 26 deletions

View file

@ -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

View file

@ -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}

View file

@ -24,7 +24,6 @@ pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
pkg_libs = [
'bad-audio',
'bad-transcoder',
'codecparsers',
'insertbin',
'mpegts',