mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
scripts: add some more modules to git-update.sh
https://bugzilla.gnome.org/show_bug.cgi?id=697058
This commit is contained in:
parent
d52331cfd8
commit
c1291e3b98
1 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,10 @@ CORE="\
|
|||
gstreamer gst-plugins-base"
|
||||
MODULES="\
|
||||
gst-plugins-good gst-plugins-ugly gst-plugins-bad \
|
||||
gst-ffmpeg \
|
||||
gst-libav"
|
||||
EXTRA_MODULES="\
|
||||
gst-editing-services \
|
||||
gst-rtsp-server \
|
||||
gst-python \
|
||||
gnonlin"
|
||||
|
||||
|
@ -28,7 +31,7 @@ ERROR_LOG="$tmp/failures.log"
|
|||
touch $ERROR_LOG
|
||||
ERROR_RETURN=255
|
||||
|
||||
for m in $CORE $MODULES; do
|
||||
for m in $CORE $MODULES $EXTRA_MODULES; do
|
||||
if test -d $m; then
|
||||
echo "+ updating $m"
|
||||
cd $m
|
||||
|
|
Loading…
Reference in a new issue