[vlc-commits] commit: LIST: fix module accounting ( Rémi Duraffort )

git at videolan.org git at videolan.org
Tue Sep 7 22:53:53 CEST 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Sep  7 22:53:40 2010 +0200| [3e1e07d5d44ff54fc372d7d44402224b55dcec41] | committer: Rémi Duraffort 

LIST: fix module accounting

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e1e07d5d44ff54fc372d7d44402224b55dcec41
---

 modules/LIST    |    2 +-
 modules/list.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/LIST b/modules/LIST
index 8b8ea95..94771e3 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -1,4 +1,4 @@
-List of vlc plugins (362)
+List of vlc plugins (355)
 $Id$
  * a52: A/52 basic parser/packetizer
  * a52tofloat32: A/52 audio converter & decoder plugin, using liba52
diff --git a/modules/list.sh b/modules/list.sh
index 8e1384c..459b5d9 100755
--- a/modules/list.sh
+++ b/modules/list.sh
@@ -66,6 +66,6 @@ grep " \* " $LISTFILE | LC_CTYPE=C sort -c && echo "OK"
 
 
 echo ""
-echo "`wc -l < $TEMPFILE` modules listed in Modules.am files"
+echo "`sort -u $TEMPFILE | wc -l` modules listed in Modules.am files"
 
 rm -f $TEMPFILE



More information about the vlc-commits mailing list