]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/Modules.am
Enable the decomp plugin
[vlc] / modules / stream_filter / Modules.am
index 2d96ec9eaa7a667b140b0482f0c24b24bbbb81a1..91bce81ba43da1fa05e715282f28cba210778791 100644 (file)
@@ -4,3 +4,8 @@ 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