[vlc-devel] commit: WinCE: don't build RC ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Feb 15 20:44:17 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 15 21:44:06 2010 +0200| [f722655b7259027a3fc75fe3c7dd79036fcbe0fc] | committer: Rémi Denis-Courmont 

WinCE: don't build RC

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

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

diff --git a/modules/control/Modules.am b/modules/control/Modules.am
index 13aab55..f9b6552 100644
--- a/modules/control/Modules.am
+++ b/modules/control/Modules.am
@@ -19,10 +19,13 @@ SOURCES_motion = \
         $(NULL)
 
 libvlc_LTLIBRARIES += \
-	liboldrc_plugin.la \
 	libgestures_plugin.la \
 	libnetsync_plugin.la \
 	libhotkeys_plugin.la
+if !HAVE_WINCE
+libvlc_LTLIBRARIES += \
+	liboldrc_plugin.la
+endif
 if !HAVE_WIN32
 libvlc_LTLIBRARIES += \
 	libsignals_plugin.la \




More information about the vlc-devel mailing list