summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-21 18:19:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-21 18:19:13 +0000
commitab9eeeed252d477ac97dd5c5cda29e28d311afde (patch)
tree558467b235685742bb0cc4d52f0a76e6812df538 /cfg-mencoder.h
parent362be18be60318f8ee5ee28a09e5aa04d7419106 (diff)
downloadmpv-ab9eeeed252d477ac97dd5c5cda29e28d311afde.tar.bz2
mpv-ab9eeeed252d477ac97dd5c5cda29e28d311afde.tar.xz
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15542 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index aa1621b2f5..2cfe168aa8 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -185,7 +185,9 @@ m_option_t of_conf[]={
{"help", "\nAvailable output formats:\n"
" avi - Microsoft Audio/Video Interleaved\n"
" mpeg - MPEG-1/2 system stream format\n"
+#ifdef USE_LIBAVFORMAT
" lavf - FFmpeg libavformat muxers\n"
+#endif
" rawvideo - (video only, one stream only) raw stream, no muxing\n"
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}