diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-08 21:49:00 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-08 21:49:00 +0000 |
commit | a158f5d74742a50399dc7ba75843675127bfb9b6 (patch) | |
tree | fd5972032adb2b4f08bc7e2dc73e2c03de54d55a /configure | |
parent | 3040f42cd6854b3f918dda2de753585b62dd9171 (diff) |
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-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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! */ |