diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-11 13:34:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-04-11 13:35:02 +0200 |
commit | 524421e4362a1c94555c6f7a362c7539bb71a0ca (patch) | |
tree | 318a7d67d0060573a66595d036fb4291848834ec /pkgconfig | |
parent | 2713fd1058274e652ba162f22917bb155cf05598 (diff) |
video: Remove video library from -bad
This only contained API that now has replacements in core and base.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 7 | ||||
-rw-r--r-- | pkgconfig/gstreamer-basevideo-uninstalled.pc.in | 12 | ||||
-rw-r--r-- | pkgconfig/gstreamer-basevideo.pc.in | 12 |
3 files changed, 2 insertions, 29 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 38577973f..076bd8312 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -3,14 +3,12 @@ pcverfiles = \ gstreamer-plugins-bad-@GST_API_VERSION@.pc \ gstreamer-codecparsers-@GST_API_VERSION@.pc \ - gstreamer-insertbin-@GST_API_VERSION@.pc \ - gstreamer-basevideo-@GST_API_VERSION@.pc + gstreamer-insertbin-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \ gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \ - gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \ - gstreamer-basevideo-@GST_API_VERSION@-uninstalled.pc + gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc if HAVE_EGL pcverfiles += gstreamer-egl-@GST_API_VERSION@.pc @@ -37,7 +35,6 @@ pcinfiles = \ gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in \ gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ - gstreamer-basevideo.pc.in gstreamer-basevideo-uninstalled.pc.in \ gstreamer-egl.pc.in gstreamer-egl-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) diff --git a/pkgconfig/gstreamer-basevideo-uninstalled.pc.in b/pkgconfig/gstreamer-basevideo-uninstalled.pc.in deleted file mode 100644 index 901393793..000000000 --- a/pkgconfig/gstreamer-basevideo-uninstalled.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix= -exec_prefix= -libdir=${pcfiledir}/../gst-libs/gst/video -includedir=${pcfiledir}/../gst-libs - -Name: GStreamer base video, Uninstalled -Description: Base class, interface and utilities for video elements, Uninstalled -Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ -Version: @VERSION@ -Libs: -L${libdir} ${libdir}/libgstbasevideo-@GST_API_VERSION@.la -Cflags: -I${includedir} - diff --git a/pkgconfig/gstreamer-basevideo.pc.in b/pkgconfig/gstreamer-basevideo.pc.in deleted file mode 100644 index eac324cff..000000000 --- a/pkgconfig/gstreamer-basevideo.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_API_VERSION@ - -Name: GStreamer base video -Description: Base class, interface and utilities for video elements -Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ -Version: @VERSION@ -Libs: -L${libdir} -lgstbasevideo-@GST_API_VERSION@ -Cflags: -I${includedir} - |