projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5753803
)
a simple fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 30 Dec 2002 12:23:24 +0000
(12:23 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 30 Dec 2002 12:23:24 +0000
(12:23 +0000)
Original commit message from CVS:
a simple fix
m4/as-slurp-ffmpeg.m4
patch
|
blob
|
history
diff --git
a/m4/as-slurp-ffmpeg.m4
b/m4/as-slurp-ffmpeg.m4
index f520a2e0757c3e0008c808035689eb58f04e9d21..eb1b88b47f2217e5dc89b342474fe63ed2147d5f 100644
(file)
--- a/
m4/as-slurp-ffmpeg.m4
+++ b/
m4/as-slurp-ffmpeg.m4
@@
-17,7
+17,7
@@
AC_DEFUN(AS_SLURP_FFMPEG,
if test ! -d $1; then mkdir -p $1; fi
cd $1
- if test ! -d ffmpeg; then
+ if test ! -d ffmpeg
/CVS
; 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
@@
-29,6
+29,7
@@
AC_DEFUN(AS_SLURP_FFMPEG,
fi
# now configure it
+ AC_MSG_NOTICE(configuring ffmpeg cvs code)
./configure
# now go back