[vlc-commits] vlc-wrapper: disable on OS/2

KO Myung-Hun git at videolan.org
Fri Jun 5 15:44:49 CEST 2015


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Fri May 29 12:20:24 2015 +0900| [0e1ed1b53a0f939ad31eb55830cc9ba3c9ffec93] | committer: Jean-Baptiste Kempf

vlc-wrapper: disable on OS/2

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e1ed1b53a0f939ad31eb55830cc9ba3c9ffec93
---

 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
 



More information about the vlc-commits mailing list