# HG changeset patch # User atmos4 # Date 998389072 0 # Node ID 3aae1521a8eb51b4d9b5037dbaafdfbc5d08a1cc # Parent 5ea286d6f86ff4b5732827c8624827751b13292f Made -bps default. diff -r 5ea286d6f86f -r 3aae1521a8eb configure --- a/configure Tue Aug 21 06:11:38 2001 +0000 +++ b/configure Tue Aug 21 10:17:52 2001 +0000 @@ -1934,8 +1934,9 @@ $_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!