From: Jai Menon Date: Wed, 16 Jun 2010 13:48:26 +0000 (+0530) Subject: Correct description for the Ogg mux module. X-Git-Tag: 1.2.0-pre1~6156 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=54e68fc2309beeeb87f12f54f9eafeb410ce4184;p=vlc Correct description for the Ogg mux module. Signed-off-by: Ilkka Ollakka --- diff --git a/configure.ac b/configure.ac index bc74f621f2..88d25cd16d 100644 --- a/configure.ac +++ b/configure.ac @@ -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