libbluray | branch: master | Andreas Zelend <[email protected]> | 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 <[email protected]>

> 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 ;;

_______________________________________________
libbluray-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to