summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2017-08-01 17:07:59 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2017-08-02 10:40:24 +0300
commit30f5abc32c7c8d8517f5089a54756efa4ab63428 (patch)
treef43544b9c7d88cebb82ce24e8e3447d1eba7d47a /tests
parenta2053380821bbadbd44768cd231b4b68fa94d0a0 (diff)
downloadgstreamer-plugins-bad-30f5abc32c7c8d8517f5089a54756efa4ab63428.tar.gz
ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 3f3a67743..39cd047e4 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -198,6 +198,12 @@ else
check_shm=
endif
+if USE_IPCPIPELINE
+check_ipcpipeline=pipelines/ipcpipeline
+else
+check_ipcpipeline=
+endif
+
if USE_GL
check_gl=libs/gstglcontext \
libs/gstglmemory \
@@ -272,7 +278,7 @@ check_PROGRAMS = \
elements/rtponviftimestamp \
elements/id3mux \
pipelines/mxf \
- pipelines/ipcpipeline \
+ $(check_ipcpipeline) \
libs/mpegvideoparser \
libs/mpegts \
libs/h264parser \