[vlc-commits] Don't build spawn.c on non-POSIX
Rémi Denis-Courmont
git at videolan.org
Fri Sep 25 15:06:19 CEST 2020
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Sep 25 14:40:27 2020 +0300| [9c5e964b79539b35c5895621c79930d50ad2e183] | committer: Rémi Denis-Courmont
Don't build spawn.c on non-POSIX
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c5e964b79539b35c5895621c79930d50ad2e183
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index d8196fca61..73ff1b4934 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -479,7 +479,6 @@ libvlccore_la_SOURCES += \
posix/filesystem.c \
posix/plugin.c \
posix/rand.c \
- posix/spawn.c \
posix/timer.c
if !HAVE_LINUX
libvlccore_la_SOURCES += posix/wait.c
@@ -494,6 +493,7 @@ libvlccore_la_SOURCES += \
posix/error.c \
posix/netconf.c \
posix/picture.c \
+ posix/spawn.c \
posix/specific.c
if HAVE_LIBANL
libvlccore_la_SOURCES += \
More information about the vlc-commits
mailing list