diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2017-09-04 16:13:41 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2017-09-04 16:13:41 +0300 |
commit | e450bba6094c9d7b91b138d228ac94431c09e23a (patch) | |
tree | 03c2a8f13bf8322dc37db6c875e2a6dc04cbfc92 /tests/examples/Makefile.am | |
parent | 83883a5c189a4345da922f4f7cddb6a54a346e99 (diff) |
examples: Makefile.am: add ipcpipeline in SUBDIRS if enabled
Diffstat (limited to 'tests/examples/Makefile.am')
-rw-r--r-- | tests/examples/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 3649a500b..6bf9a2e58 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -52,6 +52,12 @@ else WAYLAND_DIR= endif +if USE_IPCPIPELINE +IPCPIPELINE_DIR=ipcpipeline +else +IPCPIPELINE_DIR= +endif + noinst_PROGRAMS = playout playout_SOURCES = playout.c @@ -59,7 +65,8 @@ playout_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) playout_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) $(GST_LIBS) SUBDIRS= codecparsers mpegts $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(OPENCV_EXAMPLES) \ - $(GL_DIR) $(GTK3_DIR) $(AVSAMPLE_DIR) $(WAYLAND_DIR) $(MATRIXMIX_DIR) + $(GL_DIR) $(GTK3_DIR) $(AVSAMPLE_DIR) $(WAYLAND_DIR) $(MATRIXMIX_DIR) \ + $(IPCPIPELINE_DIR) DIST_SUBDIRS= codecparsers mpegts camerabin2 directfb mxf opencv uvch264 gl gtk \ avsamplesink waylandsink audiomixmatrix ipcpipeline |