comparison configure @ 1599:3aae1521a8eb

Made -bps default.
author atmos4
date Tue, 21 Aug 2001 10:17:52 +0000
parents fc0e9953bc2d
children a286a9ca4d79
comparison
equal deleted inserted replaced
1598:5ea286d6f86f 1599:3aae1521a8eb
1932 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */ 1932 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */
1933 /* You have to change DECORE_LIBS in config.mak too! */ 1933 /* You have to change DECORE_LIBS in config.mak too! */
1934 $_divx4def 1934 $_divx4def
1935 1935
1936 /* Define this to enable avg. byte/sec-based AVI sync method by default: 1936 /* Define this to enable avg. byte/sec-based AVI sync method by default:
1937 (use -bps or -nobps commandline option for run-time method selection) */ 1937 (use -bps or -nobps commandline option for run-time method selection)
1938 #undef AVI_SYNC_BPS 1938 -bps gives better sync for vbr mp3 audio, it is now default */
1939 #define AVI_SYNC_BPS
1939 1940
1940 /* Undefine this if you want soundcard-only timing by default: 1941 /* Undefine this if you want soundcard-only timing by default:
1941 You can still change this with the -alsa or -noalsa command-line option! 1942 You can still change this with the -alsa or -noalsa command-line option!
1942 (This function was originally impemented to solve ALSA driver's big 1943 (This function was originally impemented to solve ALSA driver's big
1943 buffer problems, but it seems to be useful for every soundcard drivers) */ 1944 buffer problems, but it seems to be useful for every soundcard drivers) */