mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
remove borked checkouts
Original commit message from CVS: remove borked checkouts
This commit is contained in:
parent
97e285290b
commit
24b45f60ce
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@ then
|
||||||
cvs co common
|
cvs co common
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test ! -d gst-libs/ext/ffmpeg;
|
if test ! -f gst-libs/ext/ffmpeg/autogen.sh
|
||||||
then
|
then
|
||||||
|
rm -rf gst-libs/ext/ffmpeg
|
||||||
echo "+ getting ffmpeg from cvs"
|
echo "+ getting ffmpeg from cvs"
|
||||||
cvs co mirror-ffmpeg
|
cvs co mirror-ffmpeg
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue