1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

vlc-wrapper: disable on OS/2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
KO Myung-Hun 2015-05-29 12:20:24 +09:00 committed by Jean-Baptiste Kempf
parent 4e8c81f922
commit 0e1ed1b53a

View File

@ -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