summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 10:17:52 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 10:17:52 +0000
commit47d1d3107d9381ad6da971f49256b0f9b7023ea5 (patch)
tree0e13811563fb72526d4f35f43e1aa5eee6f1c590
parent39f28e3fede5497e939223e8837da2672eca4c4a (diff)
downloadmpv-47d1d3107d9381ad6da971f49256b0f9b7023ea5.tar.bz2
mpv-47d1d3107d9381ad6da971f49256b0f9b7023ea5.tar.xz
Made -bps default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1600 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 1978adc342..4f1fb7de37 100755
--- a/configure
+++ b/configure
@@ -1934,8 +1934,9 @@ $_dvdreaddef
$_divx4def
/* Define this to enable avg. byte/sec-based AVI sync method by default:
- (use -bps or -nobps commandline option for run-time method selection) */
-#undef AVI_SYNC_BPS
+ (use -bps or -nobps commandline option for run-time method selection)
+ -bps gives better sync for vbr mp3 audio, it is now default */
+#define AVI_SYNC_BPS
/* Undefine this if you want soundcard-only timing by default:
You can still change this with the -alsa or -noalsa command-line option!