]> git.sesse.net Git - vlc/commitdiff
* DirectX plugin is now correctly detected and configured.
authorXavier Marchesini <xav@videolan.org>
Mon, 18 Mar 2002 16:38:33 +0000 (16:38 +0000)
committerXavier Marchesini <xav@videolan.org>
Mon, 18 Mar 2002 16:38:33 +0000 (16:38 +0000)
configure
configure.in

index 5a943964633fe772617a9a8b7907a17476662620..a3cfb598365fdfa716345b3601d2f774197186c6 100755 (executable)
--- a/configure
+++ b/configure
@@ -6993,9 +6993,9 @@ if test "x$enableval" != "xno"
 then
   if test x$SYS = xmingw32
   then
-    # Check whether --with-directx-path or --without-directx-path was given.
-if test "${with_directx_path+set}" = set; then
-  withval="$with_directx_path"
+    # Check whether --with-directx or --without-directx was given.
+if test "${with_directx+set}" = set; then
+  withval="$with_directx"
   :
 fi
 
index 23e83aca33fe9c3a26e675aa04e3410f1a01c78a..3a898270fa262093d352ca724c1001927aacd791 100644 (file)
@@ -1020,7 +1020,7 @@ if test "x$enableval" != "xno"
 then
   if test x$SYS = xmingw32
   then
-    AC_ARG_WITH(directx-path
+    AC_ARG_WITH(directx, 
     [    --with-directx=PATH   Win32 DirectX headers and libraries])
     if test "x$with_directx" = "x"
     then