[libbluray-devel] [PATCH] Use the correct OS directory for Java when building for WIN32

Andreas Zelend ace20022 at xbmc.org
Wed Oct 9 10:41:31 CEST 2013


 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 9057149..0d1f583 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,7 @@ if [[ $use_bdjava = "yes" ]]; then
   case $host_os in
        linux*)   java_os=linux ;;
        win*)     java_os=win32 ;;
+       mingw*)   java_os=win32 ;;
        freebsd*) java_os=freebsd ;;
        solaris*) java_os=solaris ;;
        *)        java_os=$host_os ;;


More information about the libbluray-devel mailing list