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 /Makefile.am | |
parent | 2713fd1058274e652ba162f22917bb155cf05598 (diff) |
video: Remove video library from -bad
This only contained API that now has replacements in core and base.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8184f22e6..9f8e11d36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,7 @@ CRUFT_DIRS = \ $(top_srcdir)/gst/shapewipe \ $(top_srcdir)/gst/valve \ $(top_srcdir)/gst-libs/gst/baseparse \ + $(top_srcdir)/gst-libs/gst/video \ $(top_srcdir)/tests/examples/scaletempo \ $(top_srcdir)/tests/examples/shapewipe \ $(top_srcdir)/tests/examples/switch \ |