autogen.sh: Also check for libav submodule

This commit is contained in:
David Schleef 2011-04-22 12:53:22 -07:00
parent 775a3a0640
commit eede713953

View file

@ -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