[vlc-devel] commit: Enable the decomp plugin ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Dec 10 18:30:43 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Dec 10 19:30:35 2008 +0200| [d81b33c3860803230eeb33c42709ab9d123d3a54] | committer: Rémi Denis-Courmont
Enable the decomp plugin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d81b33c3860803230eeb33c42709ab9d123d3a54
---
NEWS | 1 +
modules/stream_filter/Modules.am | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index a926ec8..7f88954 100644
--- 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
diff --git a/modules/stream_filter/Modules.am b/modules/stream_filter/Modules.am
index 2d96ec9..91bce81 100644
--- a/modules/stream_filter/Modules.am
+++ b/modules/stream_filter/Modules.am
@@ -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
More information about the vlc-devel
mailing list