mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
taaz's yapping
Original commit message from CVS: taaz's yapping
This commit is contained in:
parent
9009cb0d8a
commit
6ef17483a4
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ package=GStreamer
|
||||||
srcfile=gst/gstobject.h
|
srcfile=gst/gstobject.h
|
||||||
#DEBUG=defined
|
#DEBUG=defined
|
||||||
|
|
||||||
|
for a in common libs/ext/cothreads; do
|
||||||
|
if test ! -d $a;
|
||||||
|
then
|
||||||
|
echo "+ getting $a from cvs"
|
||||||
|
cvs co $a
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir'
|
CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir'
|
||||||
|
|
||||||
for i in $@; do
|
for i in $@; do
|
||||||
|
|
Loading…
Reference in a new issue