[vlc-devel] [PATCH 1/2] vlc-wrapper: disable on OS/2

KO Myung-Hun komh78 at gmail.com
Fri May 29 05:20:24 CEST 2015


---
 bin/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index ad3967e..02e77ff 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -16,7 +16,9 @@ AM_CPPFLAGS += -DHAVE_DBUS
 endif
 
 if !HAVE_WIN32
+if !HAVE_OS2
 bin_PROGRAMS += vlc-wrapper
+endif
 vlc_SOURCES = vlc.c override.c
 endif
 
-- 
1.9.5




More information about the vlc-devel mailing list