]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/Modules.am
Remove empty *_DEPENDENCIES in makefiles
[vlc] / modules / stream_filter / Modules.am
index a864ebafe4770ce04496e8b9765dafedf2f26541..849f8e8f93fcab57778dc852185380d82952b319 100644 (file)
@@ -2,14 +2,18 @@ SUBDIRS = dash
 
 SOURCES_decomp = decomp.c
 SOURCES_stream_filter_record = record.c
-SOURCES_stream_filter_httplive = httplive.c
 
 libvlc_LTLIBRARIES += \
    libstream_filter_record_plugin.la \
-   libstream_filter_httplive_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
+libvlc_LTLIBRARIES += libstream_filter_httplive_plugin.la
+endif
+
 if !HAVE_WIN32
-if !HAVE_WINCE
 libvlc_LTLIBRARIES += libdecomp_plugin.la
 endif
-endif