summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-04-22 12:53:22 -0700
committerDavid Schleef <ds@schleef.org>2011-04-22 12:53:22 -0700
commiteede713953e8cb14bb1110980f50d073b0e6da23 (patch)
treefc282b0e25d481188bf9e5285769a8391208c887 /autogen.sh
parent775a3a06409d687765a9f25eaf52a92568a4cf01 (diff)
autogen.sh: Also check for libav submodule
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 43b6731a53..5d891485d6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ package=gst-ffmpeg
srcfile=configure.ac
# make sure we have common
-if test ! -f common/gst-autogen.sh;
+if test ! -f common/gst-autogen.sh -o ! -f gst-libs/ext/libav/configure ;
then
echo "+ Setting up common submodule"
git submodule init