mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Change cvs host (mplayer)
Original commit message from CVS: Change cvs host (mplayer) Add compression (z4)
This commit is contained in:
parent
ef72754586
commit
2849175ab7
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ AC_DEFUN(AS_SLURP_FFMPEG,
|
|||
if test ! -e ffmpeg/README; then
|
||||
# check out cvs code
|
||||
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 -z4 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -D '$2' ffmpeg || FAILED=yes
|
||||
else
|
||||
# compare against Tag file and see if it needs updating
|
||||
if test "`cat Tag`" == "$2"; then
|
||||
|
@ -35,7 +35,7 @@ AC_DEFUN(AS_SLURP_FFMPEG,
|
|||
else
|
||||
cd ffmpeg
|
||||
AC_MSG_NOTICE(updating ffmpeg cvs code to $2)
|
||||
cvs -Q update -dP -D '$2' || FAILED=yes
|
||||
cvs -Q -z4 update -dP -D '$2' || FAILED=yes
|
||||
cd ..
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue