[MPlayer-DOCS] r27402 - in trunk: Makefile cfg-common-opts.h cfg-common.h cfg-mplayer.h command.c configure gui/cfg.c gui/interface.c gui/interface.h gui/mplayer/gtk/menu.c gui/mplayer/gtk/opts.c gui/mplayer/gui_common.c gui/mplayer/mw.c gui/mplayer/play.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-dk.h help/help_mp-el.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-ja.h help/help_mp-ko.h help/help_mp-mk.h help/help_mp-nl.h help/help_mp-pl.h help/help_mp-pt_BR.h help/help_mp-ro.h help/help_mp-ru.h help/help_mp-sk.h help/help_mp-sv.h help/help_mp-tr.h help/help_mp-uk.h help/help_mp-zh_CN.h help/help_mp-zh_TW.h input/input.c libao2/audio_out.c libmenu/menu.c libmpcodecs/vd.c libmpcodecs/vf.c libmpdemux/demuxer.h libvo/sub.c libvo/video_out.c libvo/vo_macosx.m libvo/vo_quartz.c mp_core.h mpcommon.c mplayer.c stream/dvb_tune.c stream/dvbin.h stream/stream.c stream/stream_dvb.c stream/stream_radio.c stream/stream_radio.h stream/tv.c stream/tvi_dshow.c stream/tvi_v4l.c stream/tvi_v4l2.c
diego
subversion at mplayerhq.hu
Sun Aug 3 17:21:40 CEST 2008
Author: diego
Date: Sun Aug 3 17:21:40 2008
New Revision: 27402
Log:
Change a bunch of video/audio-output-specific preprocessor directives from
a HAVE_ prefix to a CONFIG_ prefix.
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/Makefile
trunk/cfg-common-opts.h
trunk/cfg-common.h
trunk/cfg-mplayer.h
trunk/command.c
trunk/configure
trunk/gui/cfg.c
trunk/gui/interface.c
trunk/gui/interface.h
trunk/gui/mplayer/gtk/menu.c
trunk/gui/mplayer/gtk/opts.c
trunk/gui/mplayer/gui_common.c
trunk/gui/mplayer/mw.c
trunk/gui/mplayer/play.c
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-dk.h
trunk/help/help_mp-el.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-ja.h
trunk/help/help_mp-ko.h
trunk/help/help_mp-mk.h
trunk/help/help_mp-nl.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-pt_BR.h
trunk/help/help_mp-ro.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-sk.h
trunk/help/help_mp-sv.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
trunk/input/input.c
trunk/libao2/audio_out.c
trunk/libmenu/menu.c
trunk/libmpcodecs/vd.c
trunk/libmpcodecs/vf.c
trunk/libmpdemux/demuxer.h
trunk/libvo/sub.c
trunk/libvo/video_out.c
trunk/libvo/vo_macosx.m
trunk/libvo/vo_quartz.c
trunk/mp_core.h
trunk/mpcommon.c
trunk/mplayer.c
trunk/stream/dvb_tune.c
trunk/stream/dvbin.h
trunk/stream/stream.c
trunk/stream/stream_dvb.c
trunk/stream/stream_radio.c
trunk/stream/stream_radio.h
trunk/stream/tv.c
trunk/stream/tvi_dshow.c
trunk/stream/tvi_v4l.c
trunk/stream/tvi_v4l2.c
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h (original)
+++ trunk/help/help_mp-en.h Sun Aug 3 17:21:40 2008
@@ -19,7 +19,7 @@ static char help_text[]=
"Basic options: (complete list in the man page)\n"
" -vo <drv> select video output driver ('-vo help' for a list)\n"
" -ao <drv> select audio output driver ('-ao help' for a list)\n"
-#ifdef HAVE_VCD
+#ifdef CONFIG_VCD
" vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)\n"
#endif
#ifdef CONFIG_DVDREAD
More information about the MPlayer-DOCS
mailing list