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