summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-08 21:49:00 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-08 21:49:00 +0000
commita158f5d74742a50399dc7ba75843675127bfb9b6 (patch)
treefd5972032adb2b4f08bc7e2dc73e2c03de54d55a /configure
parent3040f42cd6854b3f918dda2de753585b62dd9171 (diff)
downloadmpv-a158f5d74742a50399dc7ba75843675127bfb9b6.tar.bz2
mpv-a158f5d74742a50399dc7ba75843675127bfb9b6.tar.xz
applied 'fakemono' patch by Bryan Chan scorpio@acm.org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@733 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 7519b990e3..2cd2aa9338 100755
--- a/configure
+++ b/configure
@@ -1011,6 +1011,13 @@ cat > $CCONF << EOF
buffer problems, but it seems to be useful for every soundcard drivers) */
#define ALSA_TIMER
+/* Undefine this if you don't 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 USE_FAKE_MONO
+
/* Undefine this if your soundcard driver has no working select().
If you have kernel Oops, player hangups, or just no audio, you should
try to recompile MPlayer with this option disabled! */