CVS: main configure,1.143,1.144
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv15129 Modified Files: configure Log Message: Made -bps default. Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- configure 20 Aug 2001 21:20:03 -0000 1.143 +++ configure 21 Aug 2001 10:17:52 -0000 1.144 @@ -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!
participants (1)
-
Atmosfear