]> git.sesse.net Git - vlc/blobdiff - modules/stream_filter/Modules.am
decomp: fix reading after peeking
[vlc] / modules / stream_filter / Modules.am
index 2d96ec9eaa7a667b140b0482f0c24b24bbbb81a1..14bc22f2aacbaefa587e5333b21f85debe238122 100644 (file)
@@ -1,6 +1,13 @@
 SOURCES_decomp = decomp.c
 SOURCES_stream_filter_record = record.c
+SOURCES_stream_filter_rar = rar.c
 
 libvlc_LTLIBRARIES += \
    libstream_filter_record_plugin.la \
+   libstream_filter_rar_plugin.la \
    $(NULL)
+if !HAVE_WIN32
+if !HAVE_WINCE
+libvlc_LTLIBRARIES += libdecomp_plugin.la
+endif
+endif