Commit 5dbc70c9 authored by Christophe Mutricy's avatar Christophe Mutricy

Sort the plugin list

parent 7b0dd84f
...@@ -5746,6 +5746,11 @@ dnl Restore *FLAGS ...@@ -5746,6 +5746,11 @@ dnl Restore *FLAGS
dnl dnl
VLC_RESTORE_FLAGS VLC_RESTORE_FLAGS
dnl
dnl Sort the modules list
dnl
PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
dnl dnl
dnl Create the vlc-config script dnl Create the vlc-config script
dnl dnl
...@@ -5882,7 +5887,7 @@ AC_OUTPUT ...@@ -5882,7 +5887,7 @@ AC_OUTPUT
${SHELL} ./config.status --file=vlc-config ${SHELL} ./config.status --file=vlc-config
chmod 0755 vlc-config chmod 0755 vlc-config
/bin/echo -n "Enabled modules :" /bin/echo -n "Enabled modules: "
./vlc-config --list plugin ./vlc-config --list plugin
dnl Shortcut to nice compile message dnl Shortcut to nice compile message
......
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