git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_act...
[vlc.git]
/
modules
/
stream_filter
/
Modules.am
diff --git
a/modules/stream_filter/Modules.am
b/modules/stream_filter/Modules.am
index
d468f87
..
14bc22f
100644
(file)
--- a/
modules/stream_filter/Modules.am
+++ b/
modules/stream_filter/Modules.am
@@
-8,8
+8,6
@@
libvlc_LTLIBRARIES += \
$(NULL)
if !HAVE_WIN32
if !HAVE_WINCE
-if !HAVE_DARWIN
libvlc_LTLIBRARIES += libdecomp_plugin.la
endif
endif
-endif