vlc | branch: master | KO Myung-Hun <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
