Commit 37718fcc authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac, Makefile.am: adapted the build for the gcc wince cross-compiler.

parent b8fa82ce
......@@ -290,6 +290,9 @@ endif
if HAVE_WIN32
OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
endif
if HAVE_WINCE
OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
endif
if BUILD_DIRENT
OPT_SOURCES_libvlc_dirent = $(SOURCES_libvlc_dirent)
endif
......
This diff is collapsed.
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