]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_filter / Modules.am
index 59e31023adeee64b835fc0ea666d5e78bb0cbd0c..91bce81ba43da1fa05e715282f28cba210778791 100644 (file)
@@ -1,6 +1,11 @@
+SOURCES_decomp = decomp.c
 SOURCES_stream_filter_record = record.c
 
 libvlc_LTLIBRARIES += \
    libstream_filter_record_plugin.la \
    $(NULL)
-
+if !HAVE_WIN32
+if !HAVE_WINCE
+libvlc_LTLIBRARIES += libdecomp_plugin.la
+endif
+endif