mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
autogen.sh: Also check for libav submodule
This commit is contained in:
parent
775a3a0640
commit
eede713953
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue