Mercurial > mplayer.hg
changeset 3259:534bb7907464
HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)
author | arpi |
---|---|
date | Sat, 01 Dec 2001 23:38:57 +0000 |
parents | d7bd32263398 |
children | 80e1e29e71e7 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Dec 01 23:32:46 2001 +0000 +++ b/configure Sat Dec 01 23:38:57 2001 +0000 @@ -1895,8 +1895,10 @@ echocheck "VCD support" if linux || bsdos || freebsd || sunos ; then _inputmodules="vcd $_inputmodules" + _def_vcd='#define HAVE_VCD 1' echores "ok" else + _def_vcd='#undef HAVE_VCD' echores "not supported on this OS" fi @@ -2649,12 +2651,6 @@ -bps gives better sync for vbr mp3 audio, it is now default */ #define AVI_SYNC_BPS 1 -/* Undefine this if you want soundcard-only timing by default: - You can still change this with the -alsa or -noalsa command-line option! - (This function was originally impemented to solve ALSA driver's big - buffer problems, but it seems to be useful for every soundcard drivers) */ -#define ALSA_TIMER 1 - /* Undefine this if you do not 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 @@ -2677,12 +2673,7 @@ #define MAX_OUTBURST 65536 /* set up audio OUTBURST. Do not change this! */ -#ifdef USE_XMMP_AUDIO -#define OUTBURST 4096 -#else -//#define OUTBURST 1024 #define OUTBURST 512 -#endif /* Define this if your system has the header file for the OSS sound interface */ $_def_sys_soundcard @@ -2789,6 +2780,8 @@ $_def_linux +$_def_vcd + #ifdef sun #define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0" #define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE