]> git.sesse.net Git - vlc/blobdiff - configure.ac
Correct description for the Ogg mux module.
[vlc] / 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