autogen.sh: Also check for libav submodule
authorDavid Schleef <ds@schleef.org>
Fri, 22 Apr 2011 19:53:22 +0000 (12:53 -0700)
committerDavid Schleef <ds@schleef.org>
Fri, 22 Apr 2011 19:53:22 +0000 (12:53 -0700)
autogen.sh

index 43b6731a53b5767667ea01821bc3b5d7e6604e2e..5d891485d66b24cbdcad7c17d749cc4077648412 100755 (executable)
@@ -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