]> git.sesse.net Git - vlc/commitdiff
Enable the decomp plugin
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 10 Dec 2008 17:30:35 +0000 (19:30 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 10 Dec 2008 17:30:35 +0000 (19:30 +0200)
NEWS
modules/stream_filter/Modules.am

diff --git a/NEWS b/NEWS
index a926ec81890667f0aa14c8f04e3312294c25fac4..7f8895410ab7580b5c930226634bb9af39a66425 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ Playback:
 
 Access:
  * RTSP authentication with Darwin Streaming Server
+ * On-the-fly gzip and bzip2 file decompression (except on Windows)
 
 Inputs:
  * Mouse cursor support in x11 and win32 screen modules
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