Commit 54e68fc2 authored by Jai Menon's avatar Jai Menon Committed by Ilkka Ollakka

Correct description for the Ogg mux module.

Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent c6f0cdd1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment