summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2015-06-12 14:03:18 +0100
committerRussell King <rmk@arm.linux.org.uk>2015-06-12 16:23:01 +0100
commit84cda34f20299e644f1c19e74bd3b7d921483b1a (patch)
treec8d6338e0c3400977fb2faefcc8bae7ad91bb7df /autogen.sh
parenta1728ec7c6a657d6af12cd40d4ddf1ee19a8332b (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 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 19bc2fd1..eef5d615 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,8 +2,8 @@
# Run this to generate all the initial makefiles, etc.
DIE=0
-package=gst-plugins-base
-srcfile=gst/audiotestsrc/gstaudiotestsrc.c
+package=gst-plugins-xvbo
+srcfile=sys/xvboimage/xvboimagesink.c
# Make sure we have common
if test ! -f common/gst-autogen.sh;