]> git.sesse.net Git - vlc/commitdiff
decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_actions_adddup2
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 21 Dec 2008 13:21:26 +0000 (14:21 +0100)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 21 Dec 2008 13:21:26 +0000 (14:21 +0100)
modules/stream_filter/Modules.am

index 14bc22f2aacbaefa587e5333b21f85debe238122..d468f871942234dcd447af7af4d02c749fbbe401 100644 (file)
@@ -8,6 +8,8 @@ libvlc_LTLIBRARIES += \
    $(NULL)
 if !HAVE_WIN32
 if !HAVE_WINCE
+if !HAVE_DARWIN
 libvlc_LTLIBRARIES += libdecomp_plugin.la
 endif
 endif
+endif