Commit d39376d3 authored by Gildas Bazin's avatar Gildas Bazin

* m4/vlc.m4: use proper LIBEXT when doing wince cross-compiling.

parent e86ceeef
...@@ -139,7 +139,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [ ...@@ -139,7 +139,7 @@ AC_DEFUN([VLC_LIBRARY_SUFFIX], [
darwin*) darwin*)
LIBEXT=".dylib" LIBEXT=".dylib"
;; ;;
*mingw32* | *cygwin*) *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
LIBEXT=".dll" LIBEXT=".dll"
;; ;;
hpux*) hpux*)
......
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