mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
taaz: it doesn't work thomas: ok, I'll fix it.
Original commit message from CVS: taaz: it doesn't work thomas: ok, I'll fix it.
This commit is contained in:
parent
19e0ea0458
commit
00f7eced6b
1 changed files with 6 additions and 7 deletions
13
autogen.sh
13
autogen.sh
|
@ -6,13 +6,12 @@ package=GStreamer
|
|||
srcfile=gst/gstobject.h
|
||||
#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
|
||||
if test ! -d common; then
|
||||
echo "+ getting common from cvs"; cvs co common
|
||||
fi
|
||||
if test ! -d libs/ext/cothreads; then
|
||||
echo "+ getting cothreads from cvs"; cd libs/ext; cvs co cothreads
|
||||
fi
|
||||
|
||||
CONFIGURE_OPT='--enable-maintainer-mode --enable-plugin-builddir'
|
||||
|
||||
|
|
Loading…
Reference in a new issue