git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_act...
[vlc.git]
/
modules
/
stream_filter
/
Modules.am
1
SOURCES_decomp = decomp.c
2
SOURCES_stream_filter_record = record.c
3
SOURCES_stream_filter_rar = rar.c
4
5
libvlc_LTLIBRARIES += \
6
libstream_filter_record_plugin.la \
7
libstream_filter_rar_plugin.la \
8
$(NULL)
9
if !HAVE_WIN32
10
if !HAVE_WINCE
11
libvlc_LTLIBRARIES += libdecomp_plugin.la
12
endif
13
endif