]> git.sesse.net Git - vlc/commitdiff
Revert "decomp: disable on DARWIN, because 10.4 does not support posix_spawn_file_act...
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 21 Dec 2008 13:36:35 +0000 (15:36 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 21 Dec 2008 13:36:35 +0000 (15:36 +0200)
This reverts commit b08dedb5cb170a64fbaba76ed5455ad93f30d3ca.

modules/stream_filter/Modules.am

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