sctp: enable sctpdec and sctpenc plugins
[platform/upstream/gstreamer.git] / gst-libs / gst / Makefile.am
index ec9cd41..c4f02a1 100644 (file)
@@ -1,11 +1,3 @@
-
-if USE_OPENGL
-GL_DIR = gl
-endif
-if USE_GLES2
-GL_DIR = gl
-endif
-
 if USE_WAYLAND
 WAYLAND_DIR=wayland
 endif
@@ -15,35 +7,30 @@ OPENCV_DIR=opencv
 endif
 
 if TV_PROFILE
-SUBDIRS = codecparsers mpegts $(WAYLAND_DIR)
+SUBDIRS = codecparsers mpegts sctp webrtc $(WAYLAND_DIR)
 else
 SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
-        insertbin mpegts base video audio player allocators $(GL_DIR) $(WAYLAND_DIR) \
+        insertbin mpegts audio sctp player isoff webrtc $(WAYLAND_DIR) \
         $(OPENCV_DIR)
 endif
 
 noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
-
 if TV_PROFILE
-DIST_SUBDIRS = codecparsers mpegts wayland
+DIST_SUBDIRS = codecparsers mpegts wayland sctp webrtc
 else
-DIST_SUBDIRS = uridownloader adaptivedemux interfaces gl basecamerabinsrc \
-       codecparsers insertbin mpegts wayland opencv base video audio player allocators
+DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
+       codecparsers insertbin mpegts wayland opencv audio player isoff sctp webrtc
 endif
 
-#dependencies
-video, audio: base
-gl: allocators
-
 adaptivedemux: uridownloader
 
 if TV_PROFILE
 INDEPENDENT_SUBDIRS = \
-       codecparsers mpegts $(WAYLAND_DIR)
+       codecparsers mpegts sctp webrtc $(WAYLAND_DIR)
 else
 INDEPENDENT_SUBDIRS = \
        interfaces basecamerabinsrc codecparsers insertbin uridownloader \
-       mpegts base player allocators $(GL_DIR) $(WAYLAND_DIR) $(OPENCV_DIR)
+       mpegts player isoff sctp webrtc $(WAYLAND_DIR) $(OPENCV_DIR)
 endif
 
 .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)