Commit fe66192a authored by Jean-Paul Saman's avatar Jean-Paul Saman

Don't build libs/srtp when --disable-gnutls is given.

parent 235ce9ba
...@@ -12,7 +12,11 @@ NULL = ...@@ -12,7 +12,11 @@ NULL =
# - . should come before mozilla/bindings because the plugin needs libvlc.a # - . should come before mozilla/bindings because the plugin needs libvlc.a
# - po should come before . because VLC.app needs the pofiles # - po should come before . because VLC.app needs the pofiles
# - loader should come before modules because some plugins need it # - loader should come before modules because some plugins need it
SUBDIRS = intl po libs/loader libs/srtp src modules . \ SUBDIRS = intl po libs/loader
if HAVE_LIBGCRYPT
SUBDIRS += libs/srtp
endif
SUBDIRS = src modules . \
mozilla bindings activex share doc mozilla bindings activex share doc
DIST_SUBDIRS = $(SUBDIRS) m4 ipkg DIST_SUBDIRS = $(SUBDIRS) m4 ipkg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment