]> git.sesse.net Git - vlc/commitdiff
Correct description for the Ogg mux module.
authorJai Menon <jmenon86@gmail.com>
Wed, 16 Jun 2010 13:48:26 +0000 (19:18 +0530)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 16 Jun 2010 14:31:03 +0000 (17:31 +0300)
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
configure.ac

index bc74f621f2be2b279f134a11bf5096fd8cdfcd3b..88d25cd16d5d0df1b1dec31689a597f6725ef097 100644 (file)
@@ -2375,7 +2375,7 @@ dnl  ogg demux plugin
 dnl
 PKG_ENABLE_MODULES_VLC([OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
 if test "${enable_sout}" != "no"; then
-    PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg demux support], [auto])
+    PKG_ENABLE_MODULES_VLC([MUX_OGG], [], [ogg >= 1.0], [Ogg mux support], [auto])
 fi
 
 if test "${enable_sout}" != "no"; then