mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
remove the configure that keeps conflicting
Original commit message from CVS: remove the configure that keeps conflicting
This commit is contained in:
parent
db7d4a1d43
commit
78fd1ac9dd
1 changed files with 4 additions and 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
|
||||
|
|
Loading…
Reference in a new issue