Commit d81b33c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Enable the decomp plugin

parent f35af4b6
......@@ -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
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment