From: RĂ©mi Denis-Courmont Date: Sun, 21 Dec 2008 13:36:35 +0000 (+0200) Subject: Revert "decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_act... X-Git-Tag: 1.0.0-pre1~1708 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6a7013a01a3cbabda97e9d0a566b6da148889f1b;p=vlc Revert "decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_actions_adddup2" This reverts commit b08dedb5cb170a64fbaba76ed5455ad93f30d3ca. --- diff --git a/modules/stream_filter/Modules.am b/modules/stream_filter/Modules.am index d468f87194..14bc22f2aa 100644 --- 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