mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
autogen.sh : Use git submodule
This commit is contained in:
parent
3e811faefc
commit
0feb0631ec
1 changed files with 5 additions and 5 deletions
10
autogen.sh
10
autogen.sh
|
@ -5,13 +5,13 @@ DIE=0
|
||||||
package=gst-python
|
package=gst-python
|
||||||
srcfile=gst/gstmodule.c
|
srcfile=gst/gstmodule.c
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# ensure that we have the dirs we put ext libs in to appease automake
|
# ensure that we have the dirs we put ext libs in to appease automake
|
||||||
mkdir -p gst-libs/ext/ffmpeg/ffmpeg
|
mkdir -p gst-libs/ext/ffmpeg/ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue