[Mplayer-cvslog] CVS: main cfg-mencoder.h,1.63,1.64
Arpi of Ize
arpi at mplayerhq.hu
Sun Jan 26 15:47:31 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv7950
Modified Files:
cfg-mencoder.h
Log Message:
error msg for -alvcopts if no libavcodec avail
Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- cfg-mencoder.h 24 Jan 2003 01:04:50 -0000 1.63
+++ cfg-mencoder.h 26 Jan 2003 14:47:15 -0000 1.64
@@ -194,6 +194,8 @@
#endif
#ifdef USE_LIBAVCODEC
{"lavcopts", lavcopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+#else
+ {"lavcopts", "MPlayer was compiled without libavcodec! See README or DOCS!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
#ifdef USE_WIN32DLL
{"vfwopts", vfwopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
More information about the MPlayer-cvslog
mailing list