mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 15:38:53 +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
|
# FFMPEG specific properties
|
||||||
. ./ffmpegrev
|
. ./ffmpegrev
|
||||||
|
|
||||||
# a quick cvs co if necessary to alleviate the pain - may remove this
|
# make sure we have common
|
||||||
# when developers get a clue ;)
|
if test ! -f common/gst-autogen.sh;
|
||||||
if test ! -d common;
|
|
||||||
then
|
then
|
||||||
echo "+ getting common/ from cvs"
|
echo "+ Setting up common submodule"
|
||||||
cvs co common
|
git submodule init
|
||||||
fi
|
fi
|
||||||
|
git submodule update
|
||||||
|
|
||||||
if test -x $have_svn && [ $have_svn ];
|
if test -x $have_svn && [ $have_svn ];
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue