diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 18:55:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-15 18:55:43 +0000 |
commit | 78fd1ac9dd1d6837232e27a98d7df8018f7d45c1 (patch) | |
tree | a2314dded4a48efc4d4eb3a6f50117ebf824d67a /autogen.sh | |
parent | db7d4a1d4375266e33f4ddb6bce9d694cc00ed58 (diff) | |
download | gst-libav-78fd1ac9dd1d6837232e27a98d7df8018f7d45c1.tar.gz |
remove the configure that keeps conflicting
Original commit message from CVS:
remove the configure that keeps conflicting
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |