mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
gst-libs: Always build sctp mini-library
It doesn't depend on any external library
This commit is contained in:
parent
ce9e2a7b78
commit
1d6814f54b
1 changed files with 3 additions and 7 deletions
|
@ -6,13 +6,9 @@ if USE_OPENCV
|
||||||
OPENCV_DIR=opencv
|
OPENCV_DIR=opencv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_SCTP
|
|
||||||
SCTP_DIR=sctp
|
|
||||||
endif
|
|
||||||
|
|
||||||
SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
|
SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc codecparsers \
|
||||||
insertbin mpegts video audio player isoff webrtc $(WAYLAND_DIR) \
|
insertbin mpegts video audio sctp player isoff webrtc $(WAYLAND_DIR) \
|
||||||
$(OPENCV_DIR) $(SCTP_DIR)
|
$(OPENCV_DIR)
|
||||||
|
|
||||||
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
noinst_HEADERS = gst-i18n-plugin.h gettext.h glib-compat-private.h
|
||||||
DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
|
DIST_SUBDIRS = uridownloader adaptivedemux interfaces basecamerabinsrc \
|
||||||
|
@ -22,7 +18,7 @@ adaptivedemux: uridownloader
|
||||||
|
|
||||||
INDEPENDENT_SUBDIRS = \
|
INDEPENDENT_SUBDIRS = \
|
||||||
interfaces basecamerabinsrc codecparsers insertbin uridownloader \
|
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)
|
.PHONY: independent-subdirs $(INDEPENDENT_SUBDIRS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue