]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/Modules.am
dash: Kill a warning.
[vlc] / modules / stream_filter / Modules.am
index 91bce81ba43da1fa05e715282f28cba210778791..78efb7d946f21de817902f81405aeb7d9782895c 100644 (file)
@@ -1,9 +1,20 @@
+SUBDIRS = dash
+
 SOURCES_decomp = decomp.c
 SOURCES_stream_filter_record = record.c
 
 libvlc_LTLIBRARIES += \
    libstream_filter_record_plugin.la \
    $(NULL)
+
+if HAVE_GCRYPT
+libstream_filter_httplive_plugin_la_SOURCES = httplive.c
+libstream_filter_httplive_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
+libstream_filter_httplive_plugin_la_LIBADD = $(AM_LIBADD) $(GCRYPT_LIBS) -lgpg-error
+libstream_filter_httplive_plugin_la_DEPENDENCIES =
+libvlc_LTLIBRARIES += libstream_filter_httplive_plugin.la
+endif
+
 if !HAVE_WIN32
 if !HAVE_WINCE
 libvlc_LTLIBRARIES += libdecomp_plugin.la