[vlc-commits] Blind attempt at fixing a predicted link error on WinCE.
Antoine Cellerier
git at videolan.org
Mon Feb 13 23:05:52 CET 2012
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Feb 13 23:01:23 2012 +0100| [f0cc43f8456156740bde97723a296f0fb4f99238] | committer: Antoine Cellerier
Blind attempt at fixing a predicted link error on WinCE.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f0cc43f8456156740bde97723a296f0fb4f99238
---
modules/lua/Modules.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/lua/Modules.am b/modules/lua/Modules.am
index bf1d7df..a96b03f 100644
--- a/modules/lua/Modules.am
+++ b/modules/lua/Modules.am
@@ -39,6 +39,10 @@ SOURCES_lua = \
if HAVE_WIN32
SOURCES_lua += libs/win.c
+else
+if HAVE_WINCE
+SOURCES_lua += libs/win.c
+endif
endif
libvlc_LTLIBRARIES += liblua_plugin.la
More information about the vlc-commits
mailing list