[MPlayer-cvslog] CVS: main cfg-mencoder.h,1.98,1.99

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat May 21 20:19:16 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv29005

Modified Files:
	cfg-mencoder.h 
Log Message:
Surround lavf in the '-of help' output by #ifdef USE_LIBAVFORMAT.


Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- cfg-mencoder.h	20 May 2005 23:22:54 -0000	1.98
+++ cfg-mencoder.h	21 May 2005 18:19:13 -0000	1.99
@@ -185,7 +185,9 @@
 	{"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}




More information about the MPlayer-cvslog mailing list