summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-24 10:11:27 +0000
committerDavid Schleef <ds@schleef.org>2003-11-24 10:11:27 +0000
commitfd42ba8bf65eb05b6254ef8d0492067db32f41e2 (patch)
tree659819bcf317c7fcc856570af7802e86c8090d23 /m4
parentb187bf1c4ba60b011ceb3462f55a983ab8492022 (diff)
downloadgst-plugins-bad-fd42ba8bf65eb05b6254ef8d0492067db32f41e2.tar.gz
gst-plugins-bad-fd42ba8bf65eb05b6254ef8d0492067db32f41e2.tar.bz2
gst-plugins-bad-fd42ba8bf65eb05b6254ef8d0492067db32f41e2.zip
Pull patches from HEADBRANCH_RELEASE-0_7_2
Original commit message from CVS: Pull patches from HEAD
Diffstat (limited to 'm4')
-rw-r--r--m4/as-slurp-ffmpeg.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/as-slurp-ffmpeg.m4 b/m4/as-slurp-ffmpeg.m4
index a3398420..0df909c6 100644
--- a/m4/as-slurp-ffmpeg.m4
+++ b/m4/as-slurp-ffmpeg.m4
@@ -22,7 +22,10 @@ AC_DEFUN(AS_SLURP_FFMPEG,
DIRECTORY=`pwd`
# get/update cvs
if test ! -d $1; then mkdir -p $1; fi
- cd $1
+ dnl we need to check $srcdir/$1 or it will always checkout ffmpeg even if it is there
+ dnl at least when top_srcdir != top_builddir.
+ dnl FIXME: unfortunately this makes the checkout go into top_srcdir
+ cd $srcdir/$1
if test ! -e ffmpeg/README; then
# check out cvs code