[vlc-commits] Enable drawable plugin on OS/2

KO Myung-Hun git at videolan.org
Sat Oct 15 09:38:50 CEST 2011


vlc | branch: master | KO Myung-Hun <komh at chollian.net> | Fri Oct 14 22:00:03 2011 +0900| [4659c26fa91c50dc34090c3c9102cc55a555fbf0] | committer: Rémi Denis-Courmont

Enable drawable plugin on OS/2

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 modules/video_output/Modules.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 8170558..b10e98f 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)



More information about the vlc-commits mailing list