Commit c58149f5 authored by Xavier Marchesini's avatar Xavier Marchesini

 * Win32 fix.
parent 022983ea
......@@ -8533,7 +8533,7 @@ if test "${enable_plugins+set}" = set; then
fi
if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno
if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno -a x$SYS != xmingw32
then
echo "*** Your system doesn't have plug-in support. All plug-ins will be compiled"
echo "as built-in"
......
......@@ -1532,7 +1532,8 @@ AC_ARG_ENABLE(plugins,
fi])
dnl Automagically disable plug-ins if there is no system support for .so files
if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno
dnl don't forget vlc-win32 still can load .so as plugins
if test x$ac_cv_header_dlfcn_h = xno -a x$ac_cv_header_image_h = xno -a x$SYS != xmingw32
then
echo "*** Your system doesn't have plug-in support. All plug-ins will be compiled"
echo "as built-in"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment