mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
a simple fix
Original commit message from CVS: a simple fix
This commit is contained in:
parent
225a26b930
commit
fdbc0da755
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ AC_DEFUN(AS_SLURP_FFMPEG,
|
||||||
if test ! -d $1; then mkdir -p $1; fi
|
if test ! -d $1; then mkdir -p $1; fi
|
||||||
cd $1
|
cd $1
|
||||||
|
|
||||||
if test ! -d ffmpeg; then
|
if test ! -d ffmpeg/CVS; then
|
||||||
# check out cvs code
|
# check out cvs code
|
||||||
AC_MSG_NOTICE(checking out ffmpeg cvs code from $2 into $1)
|
AC_MSG_NOTICE(checking out ffmpeg cvs code from $2 into $1)
|
||||||
cvs -Q -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co -D $2 ffmpeg || FAILED=yes
|
cvs -Q -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co -D $2 ffmpeg || FAILED=yes
|
||||||
|
@ -29,6 +29,7 @@ AC_DEFUN(AS_SLURP_FFMPEG,
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# now configure it
|
# now configure it
|
||||||
|
AC_MSG_NOTICE(configuring ffmpeg cvs code)
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
# now go back
|
# now go back
|
||||||
|
|
Loading…
Reference in a new issue