[vlc-devel] commit: WinCE: build vlc.exe (+ modifications) (Geoffroy Couprie )

git version control git at videolan.org
Mon Sep 8 19:50:23 CEST 2008


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Thu Sep  4 15:10:15 2008 +0200| [528a7cab1f4ff035914ac05011bc1bfbd273081b] | committer: Rémi Denis-Courmont 

WinCE: build vlc.exe (+ modifications)

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

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

 bin/Makefile.am |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 9e61d34..1295e32 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -8,15 +8,20 @@ AM_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
 
 
 if !HAVE_WIN32
+if !HAVE_WINCE
 bin_PROGRAMS += vlc-wrapper
+vlc_SOURCES = vlc.c
+endif
 endif
 
 EXTRA_vlc_SOURCES = vlc.c winvlc.c
-if !HAVE_WIN32
-vlc_SOURCES = vlc.c
-else
+if HAVE_WIN32
+vlc_SOURCES = winvlc.c
+endif
+if HAVE_WINCE
 vlc_SOURCES = winvlc.c
 endif
+
 vlc_wrapper_SOURCES = rootwrap.c
 
 vlc_DEPENDENCIES = ../src/libvlc.la




More information about the vlc-devel mailing list