[Mplayer-cvslog] CVS: main cfg-mencoder.h,1.36,1.37
Arpi of Ize
arpi at mplayerhq.hu
Thu Apr 18 17:32:33 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv16845
Modified Files:
cfg-mencoder.h
Log Message:
-ovc help fixed
Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- cfg-mencoder.h 15 Apr 2002 02:33:05 -0000 1.36
+++ cfg-mencoder.h 18 Apr 2002 15:32:30 -0000 1.37
@@ -55,7 +55,20 @@
{"rawrgb", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_RAWRGB, NULL},
{"vfw", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_VFW, NULL},
{"libdv", &out_video_codec, CONF_TYPE_FLAG, 0, 0, VCODEC_LIBDV, NULL},
- {"help", "\nAvailable codecs:\n copy\n frameno\n divx4\n raw\n lavc\n rawrgb\n vfw\n null\n\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+ {"help", "\nAvailable codecs:\n copy\n frameno\n rawrgb\n"
+#ifdef HAVE_DIVX4ENCORE
+ " divx4\n"
+#endif
+#ifdef USE_LIBAVCODEC
+ " lavc\n"
+#endif
+#ifdef USE_WIN32DLL
+ " vfw\n"
+#endif
+#ifdef HAVE_LIBDV095
+ " libdv\n"
+#endif
+ "\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
More information about the MPlayer-cvslog
mailing list