From: KO Myung-Hun Date: Fri, 14 Oct 2011 13:00:03 +0000 (+0900) Subject: Enable drawable plugin on OS/2 X-Git-Tag: 1.2.0-pre1~180 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4659c26fa91c50dc34090c3c9102cc55a555fbf0;p=vlc Enable drawable plugin on OS/2 Signed-off-by: RĂ©mi Denis-Courmont --- diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am index 8170558b49..b10e98ffe9 100644 --- a/modules/video_output/Modules.am +++ b/modules/video_output/Modules.am @@ -108,6 +108,11 @@ if HAVE_WIN32 libvlc_LTLIBRARIES += libdrawable_plugin.la endif +### OS/2 ### +if HAVE_OS2 +libvlc_LTLIBRARIES += libdrawable_plugin.la +endif + ### EGL ### libegl_plugin_la_SOURCES = egl.c libegl_plugin_la_CFLAGS = $(AM_CFLAGS) $(EGL_CFLAGS)