[vlc-devel] [PATCH] Correct description for the Ogg mux module.

Jai Menon jmenon86 at gmail.com
Wed Jun 16 15:48:26 CEST 2010


---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index bc74f62..88d25cd 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
-- 
1.7.1




More information about the vlc-devel mailing list