remove the configure that keeps conflicting

Original commit message from CVS:
remove the configure that keeps conflicting
This commit is contained in:
Thomas Vander Stichele 2004-03-15 18:55:43 +00:00
parent db7d4a1d43
commit 78fd1ac9dd

View file

@ -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