From 3e1e07d5d44ff54fc372d7d44402224b55dcec41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 7 Sep 2010 22:53:40 +0200 Subject: [PATCH] LIST: fix module accounting --- modules/LIST | 2 +- modules/list.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/LIST b/modules/LIST index 8b8ea95eb9..94771e39f9 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 8e1384c365..459b5d977b 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 -- 2.39.2