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

Andreas Zelend git at videolan.org
Wed Oct 9 11:17:37 CEST 2013


libbluray | branch: master | Andreas Zelend <ace20022 at xbmc.org> | Wed Oct  9 10:41:31 2013 +0200| [3b0529e3f4412f7c40e14dd9e08014c5e8eb3f33] | committer: Jean-Baptiste Kempf

Use the correct OS directory for Java when building for WIN32

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

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=3b0529e3f4412f7c40e14dd9e08014c5e8eb3f33
---

 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