mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
autogen.sh : Use git submodule
This commit is contained in:
parent
2742ccf931
commit
4627076310
1 changed files with 5 additions and 5 deletions
10
autogen.sh
10
autogen.sh
|
@ -8,13 +8,13 @@ have_svn=`which svn`
|
|||
# FFMPEG specific properties
|
||||
. ./ffmpegrev
|
||||
|
||||
# a quick cvs co if necessary to alleviate the pain - may remove this
|
||||
# when developers get a clue ;)
|
||||
if test ! -d common;
|
||||
# make sure we have common
|
||||
if test ! -f common/gst-autogen.sh;
|
||||
then
|
||||
echo "+ getting common/ from cvs"
|
||||
cvs co common
|
||||
echo "+ Setting up common submodule"
|
||||
git submodule init
|
||||
fi
|
||||
git submodule update
|
||||
|
||||
if test -x $have_svn && [ $have_svn ];
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue