Commit 1be45fb5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc-config: no need to go through all plugins to get the linkage

parent 074ed670
......@@ -254,16 +254,6 @@ fi
# Output what we were asked
#
if test "${echo_linkage}" = yes; then
if test "${echo_plugin}" = yes; then
for module in `echo "${plugins}"`; do
register_flags "${module}"
done
fi
if test "${echo_builtin}" = yes; then
for module in `echo "${builtins}"`; do
register_flags "${module}"
done
fi
echo "${linkage}"
exit 0
fi
......
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