mirror of
https://github.com/videolan/vlc.git
synced 2025-01-25 17:15:46 +08:00
* DirectX plugin is now correctly detected and configured.
This commit is contained in:
parent
ced4c0f627
commit
1d1ede1dad
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user