diff options
author | Russell King <rmk@arm.linux.org.uk> | 2015-06-12 14:03:18 +0100 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2015-06-12 16:23:01 +0100 |
commit | 84cda34f20299e644f1c19e74bd3b7d921483b1a (patch) | |
tree | c8d6338e0c3400977fb2faefcc8bae7ad91bb7df /.gitignore | |
parent | a1728ec7c6a657d6af12cd40d4ddf1ee19a8332b (diff) |
Convert gst-plugins-base to stand-alone gst-plugins-xvbo package
We want to be a stand-alone package to support the xvboimagesink
plugin, so we don't want to replicate most of gst-plugins-base code
here. Delete mode of it, and rename ourselves appropriately.
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -8,16 +8,11 @@ config.guess config.sub config.rpath configure -gst-plugins-base.spec -gstreamer-libs-uninstalled*.pc -gstreamer-libs*.pc -gstreamer-play-uninstalled*.pc -gstreamer-play*.pc +gst-plugins-xvbo.spec libtool stamp-h stamp-h.in stamp-h1 -gst-element-check-*.m4 ltmain.sh missing mkinstalldirs @@ -28,7 +23,7 @@ autoregen.sh ABOUT-NLS _stdint.h -gst-plugins-base-*.tar* +gst-plugins-xvbo-*.tar* .deps .libs @@ -42,5 +37,3 @@ Makefile.in Makefile *.gir *.typelib - -gst-libs/gst/tag/mklangtables |