summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index f22027388f..2badf36ace 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -73,7 +73,11 @@ struct config ovc_conf[]={
" frameno - special audio-only file for 3-pass encoding, see DOCS!\n"
" rawrgb - uncompressed RGB 24bpp video\n"
#ifdef HAVE_DIVX4ENCORE
- " divx4 - using divx4linux/divx5linux or xvid (depends on configuration)\n"
+#ifdef ENCORE_XVID
+ " divx4 - using XviD (divx4linux compat. mode)\n"
+#else
+ " divx4 - using divx4linux/divx5linux lib (depends on configuration)\n"
+#endif
#endif
#ifdef USE_LIBAVCODEC
" lavc - using libavcodec codecs - best quality!\n"