diff options
author | Edward Hervey <edward@centricular.com> | 2018-09-21 14:56:52 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2018-09-21 14:57:35 +0200 |
commit | 1d6814f54b5e3c6b9003bcf41de42f9ef0b9d922 (patch) | |
tree | 0ea8b9ed21f4c213504af21b68bd8613516cd220 | |
parent | ce9e2a7b787b035b79c02db321f3a6e37528e21d (diff) |
gst-libs: Always build sctp mini-library
It doesn't depend on any external library
-rw-r--r-- | gst-libs/gst/Makefile.am | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 79fa13463..b1b6b51a3 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -6,13 +6,9 @@ if USE_OPENCV OPENCV_DIR=opencv endif -if USE_SCTP -SCTP_DIR=sctp -endif - SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \ - insertbin mpegts video audio player isoff webrtc $(WAYLAND_DIR) \ - $(OPENCV_DIR) $(SCTP_DIR) + insertbin mpegts video audio sctp player isoff webrtc $(WAYLAND_DIR) \ + $(OPENCV_DIR) noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \ @@ -22,7 +18,7 @@ adaptivedemux: uridownloader INDEPENDENT_SUBDIRS = \ interfaces basecamerabinsrc codecparsers insertbin uridownloader \ - mpegts player isoff $(WAYLAND_DIR) $(OPENCV_DIR) $(SCTP_DIR) + mpegts player isoff sctp $(WAYLAND_DIR) $(OPENCV_DIR) .PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS) |