[vlc-commits] Remove unused PLUGINS variable
Rafaël Carré
git at videolan.org
Fri Mar 2 02:16:03 CET 2012
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Feb 29 17:32:16 2012 -0500| [ab5a8007a2d802a5c1d31f7af396ae3e8ded2bf7] | committer: Jean-Baptiste Kempf
Remove unused PLUGINS variable
(cherry picked from commit 91df5145e02822572c0fcc8f341b371c34817890)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=ab5a8007a2d802a5c1d31f7af396ae3e8ded2bf7
---
configure.ac | 5 -----
m4/vlc.m4 | 1 -
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7e4a73f..a4296e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4195,11 +4195,6 @@ dnl
VLC_RESTORE_FLAGS
dnl
-dnl Sort the modules list
-dnl
-PLUGINS=$( (for i in `echo $PLUGINS`; do echo $i; done)|sort|xargs )
-
-dnl
dnl Configuration is finished
dnl
AC_SUBST(SYS)
diff --git a/m4/vlc.m4 b/m4/vlc.m4
index ee5f8b7..1adec40 100644
--- a/m4/vlc.m4
+++ b/m4/vlc.m4
@@ -7,7 +7,6 @@ m4_pattern_allow([^PKG_CONFIG(_LIBDIR)?$])
AC_DEFUN([VLC_ADD_PLUGIN], [
m4_foreach_w([element], [$1], [
- [PLUGINS="${PLUGINS} ]element["]
AC_SUBST([LTLIB]element, [lib]element[_plugin.la])
])
])
More information about the vlc-commits
mailing list