[vlc-devel] commit: decomp: disable on DARWIN, because 10. 4 does not support posix_spawn_file_actions_adddup2 (Derk-Jan Hartman )
git version control
git at videolan.org
Sun Dec 21 14:21:54 CET 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Sun Dec 21 14:21:26 2008 +0100| [b08dedb5cb170a64fbaba76ed5455ad93f30d3ca] | committer: Derk-Jan Hartman
decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_actions_adddup2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b08dedb5cb170a64fbaba76ed5455ad93f30d3ca
---
modules/stream_filter/Modules.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/stream_filter/Modules.am b/modules/stream_filter/Modules.am
index 14bc22f..d468f87 100644
--- a/modules/stream_filter/Modules.am
+++ b/modules/stream_filter/Modules.am
@@ -8,6 +8,8 @@ libvlc_LTLIBRARIES += \
$(NULL)
if !HAVE_WIN32
if !HAVE_WINCE
+if !HAVE_DARWIN
libvlc_LTLIBRARIES += libdecomp_plugin.la
endif
endif
+endif
More information about the vlc-devel
mailing list