summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 18:55:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 18:55:43 +0000
commit78fd1ac9dd1d6837232e27a98d7df8018f7d45c1 (patch)
treea2314dded4a48efc4d4eb3a6f50117ebf824d67a /autogen.sh
parentdb7d4a1d4375266e33f4ddb6bce9d694cc00ed58 (diff)
remove the configure that keeps conflicting
Original commit message from CVS: remove the configure that keeps conflicting
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 1b9746e..ca2c66f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -88,6 +88,10 @@ if test -f disable; then
done
fi
+# remove ffmpeg's configure, it's going to get created anyway and it probably
+# conflicted before this too
+rm -f gst-libs/ext/ffmpeg/configure
+
# now, run ffmpeg's autogen
echo "+ running autogen.sh in gst-libs/ext/ffmpeg"
cd gst-libs/ext/ffmpeg