[vlc-commits] commit: Correct description for the Ogg mux module. (Jai Menon )

git at videolan.org git at videolan.org
Wed Jun 16 16:35:53 CEST 2010


vlc | branch: master | Jai Menon <jmenon86 at gmail.com> | Wed Jun 16 19:36:26 2010 +0530| [54e68fc2309beeeb87f12f54f9eafeb410ce4184] | committer: Ilkka Ollakka 

Correct description for the Ogg mux module.

Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=54e68fc2309beeeb87f12f54f9eafeb410ce4184
---

 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



More information about the vlc-commits mailing list