summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-12 19:09:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-12 19:09:29 +0000
commit24b45f60ce5d8df727e4e758b0207f81dfeb1270 (patch)
treeccaeec829bd3a2639d44d218de1fe4676253cf28 /autogen.sh
parent97e285290b16bcd9ba66f7b4b11d3e70f70c0c0e (diff)
remove borked checkouts
Original commit message from CVS: remove borked checkouts
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index bf86e1b..1b9746e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,8 +13,9 @@ then
cvs co common
fi
-if test ! -d gst-libs/ext/ffmpeg;
+if test ! -f gst-libs/ext/ffmpeg/autogen.sh
then
+ rm -rf gst-libs/ext/ffmpeg
echo "+ getting ffmpeg from cvs"
cvs co mirror-ffmpeg
fi