]> git.sesse.net Git - vlc/commitdiff
vlc-config: no need to go through all plugins to get the linkage
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 27 Apr 2008 19:02:37 +0000 (22:02 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 27 Apr 2008 19:02:37 +0000 (22:02 +0300)
vlc-config.in.in

index 63c3f6600589ecb5c168e94693466df0e2754fb8..b4305b510c500f8fc826872b009252f6b6a71373 100644 (file)
@@ -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