[vlc-commits] MODULES_LIST: fix alphabetical ordering
    Victorien Le Couviour--Tuffet 
    git at videolan.org
       
    Thu Jul 13 17:38:28 CEST 2017
    
    
  
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Thu Jul 13 15:31:30 2017 +0200| [6cecbdf4fe3f051d6b7a4b6bc52895dd14710441] | committer: Jean-Baptiste Kempf
MODULES_LIST: fix alphabetical ordering
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6cecbdf4fe3f051d6b7a4b6bc52895dd14710441
---
 modules/MODULES_LIST | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST
index ec2ed4ba5e..28b266a2ec 100644
--- a/modules/MODULES_LIST
+++ b/modules/MODULES_LIST
@@ -261,8 +261,8 @@ $Id$
  * netsync: synchronizes the clock of remote VLCs with a server for synchronous playback
  * nfs: NFS access module using libnfs
  * normvol: a audio filter for volume normalization
- * notify: notifications using libnotify
  * noseek: seek prevention demuxing filter
+ * notify: notifications using libnotify
  * nsc: decoder for Microsoft proprietary NSC descriptors
  * nsspeechsynthesizer: Text to speech subtitles renderer
  * nsv: NullSoft Video demuxer
    
    
More information about the vlc-commits
mailing list