mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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
|
||||
fi
|
||||
|
||||
if test ! -d gst-libs/ext/ffmpeg;
|
||||
if test ! -f gst-libs/ext/ffmpeg/autogen.sh
|
||||
then
|
||||
rm -rf gst-libs/ext/ffmpeg
|
||||
echo "+ getting ffmpeg from cvs"
|
||||
cvs co mirror-ffmpeg
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue