[vlc-devel] commit: vlc-config: no need to go through all plugins to get the linkage ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Apr 27 21:01:32 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sun Apr 27 22:02:37 2008 +0300| [1be45fb5f915358d51d81ac43d974a8c71e7b164]
vlc-config: no need to go through all plugins to get the linkage
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1be45fb5f915358d51d81ac43d974a8c71e7b164
---
vlc-config.in.in | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/vlc-config.in.in b/vlc-config.in.in
index 63c3f66..b4305b5 100644
--- a/vlc-config.in.in
+++ b/vlc-config.in.in
@@ -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
More information about the vlc-devel
mailing list