summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-02-27 14:54:58 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-02-27 14:54:58 +0100
commit33f5ccb226d93e2ef1e4119a4f93cc5c303828b9 (patch)
tree08da7bff55d4a9c04b291f60046ca10068bf1dad
parent33c9b5320036404d40bfccf4b40df1cd57fc3df2 (diff)
ci-build: gnonlin is dead, long live gnonlin
-rwxr-xr-xci-build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 0cca1d6..668801b 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -48,18 +48,18 @@ 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 gst-editing-services"
+MODULES="gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-libav gst-rtsp-server gst-editing-services"
EXTRA_MODULES="gst-python"
# modules for which we run make check/distcheck
if test "x$FLAVOR" == "xfull"; then
# FIXME : distcheck fails for gst-libav
- CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-rtsp-server gnonlin gst-editing-services"
+ CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-rtsp-server gst-editing-services"
else
if test "x$FLAVOR" == "xvalidate"; then
CHECK_MODULES=""
else
- CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-libav gst-rtsp-server gnonlin gst-editing-services"
+ CHECK_MODULES="orc gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad gst-libav gst-rtsp-server gst-editing-services"
fi
fi