Commit 528a7cab authored by Geoffroy Couprie's avatar Geoffroy Couprie Committed by Rémi Denis-Courmont

WinCE: build vlc.exe (+ modifications)

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 71d9f0d0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment