Changeset 1be45fb5f915358d51d81ac43d974a8c71e7b164

Show
Ignore:
Timestamp:
04/27/08 21:02:37 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209322957 +0300
git-parent:

[074ed6708644323bd441332fb7d34b99bd954350]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209322957 +0300
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vlc-config.in.in

    r103061a r1be45fb  
    255255# 
    256256if test "${echo_linkage}" = yes; then 
    257   if test "${echo_plugin}" = yes; then 
    258     for module in `echo "${plugins}"`; do 
    259       register_flags "${module}" 
    260     done 
    261   fi 
    262   if test "${echo_builtin}" = yes; then 
    263     for module in `echo "${builtins}"`; do 
    264       register_flags "${module}" 
    265     done 
    266   fi 
    267257  echo "${linkage}" 
    268258  exit 0