summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-09-30 08:55:05 +0200
committerEdward Hervey <edward@collabora.com>2013-09-30 08:55:05 +0200
commit9fd2358df49a774b0e762dca1ca6a3889dd7ce0d (patch)
tree26eb90bd9db70deb0b95dbd6be956efb136288a4
parent3c6b9ec75b431cd370572f3fac9ce0209dfacc3f (diff)
ci-build: Add gst-editing-services
-rwxr-xr-xci-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 21c0425..c28db4b 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -44,8 +44,8 @@ esac
# modules to be built (if present)
CORE="orc gstreamer gst-plugins-base "
-MODULES="gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-libav gst-rtsp-server gnonlin"
-EXTRA_MODULES="gst-editing-services gst-python"
+MODULES="gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-libav gst-rtsp-server gnonlin gst-editing-services"
+EXTRA_MODULES="gst-python"
# modules for which we run make check/distcheck
CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-ugly gst-libav"