From 435d7c97c900a53adedcca32b07bb4a9a5f890d3 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 21 Aug 2012 18:52:31 +0300 Subject: cleanup: remove pointless #defines Remove the following #defines, which should never change in practice: CONFIG_FAKE_MONO, OUTBURST, FAST_OSD, FAST_OSD_TABLE The configure script hardcoded these to particular values in config.h. They could only be changed by manually editing it. I don't think anyone would want to. X11_FULLSCREEN This once did something, but became meaningless years ago and was now always set to true if the files using it were compiled at all. Conflicts: configure libvo/osd.c libvo/vo_gl.c Merged from mplayer2. The OSD defines were already removed in this fork. --- configure | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e2162d0ffc..272d318dca 100755 --- a/configure +++ b/configure @@ -3421,16 +3421,6 @@ cat > $TMPH << EOF #ifndef MPLAYER_CONFIG_H #define MPLAYER_CONFIG_H -/* Undefine this if you do not want to select mono audio (left or right) - with a stereo MPEG layer 2/3 audio stream. The command line option - -stereo has three possible values (0 for stereo, 1 for left-only, 2 for - right-only), with 0 being the default. - */ -#define CONFIG_FAKE_MONO 1 - -/* set up audio OUTBURST. Do not change this! */ -#define OUTBURST 512 - #define CONFIGURATION "$configuration" #define MPLAYER_DATADIR "$_datadir" -- cgit v1.2.3