Commit 35a39bb4 authored by Rémi Duraffort's avatar Rémi Duraffort

Print a warning about static plugins and VLC only if VLC is built.

parent f07499ac
...@@ -105,7 +105,8 @@ AS_IF([test "${enable_static_modules}" = yes], [ ...@@ -105,7 +105,8 @@ AS_IF([test "${enable_static_modules}" = yes], [
enable_shared="no" enable_shared="no"
enable_static="yes" enable_static="yes"
VLC_DEFAULT_PLUGIN_TYPE="builtin" VLC_DEFAULT_PLUGIN_TYPE="builtin"
echo "*** WARNING: Building modules as static. VLC will not work." AS_IF([test "${enable_vlc}" != "no"],
[AC_MSG_WARN([Building modules as static. VLC will not work.])])
], [ ], [
VLC_DEFAULT_PLUGIN_TYPE="plugin" VLC_DEFAULT_PLUGIN_TYPE="plugin"
]) ])
......
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