Mercurial > mplayer.hg
comparison configure @ 3259:534bb7907464
HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)
author | arpi |
---|---|
date | Sat, 01 Dec 2001 23:38:57 +0000 |
parents | 808d1ac88074 |
children | 38344371432f |
comparison
equal
deleted
inserted
replaced
3258:d7bd32263398 | 3259:534bb7907464 |
---|---|
1893 | 1893 |
1894 | 1894 |
1895 echocheck "VCD support" | 1895 echocheck "VCD support" |
1896 if linux || bsdos || freebsd || sunos ; then | 1896 if linux || bsdos || freebsd || sunos ; then |
1897 _inputmodules="vcd $_inputmodules" | 1897 _inputmodules="vcd $_inputmodules" |
1898 _def_vcd='#define HAVE_VCD 1' | |
1898 echores "ok" | 1899 echores "ok" |
1899 else | 1900 else |
1901 _def_vcd='#undef HAVE_VCD' | |
1900 echores "not supported on this OS" | 1902 echores "not supported on this OS" |
1901 fi | 1903 fi |
1902 | 1904 |
1903 | 1905 |
1904 echocheck "DVD support" | 1906 echocheck "DVD support" |
2647 /* Define this to enable avg. byte/sec-based AVI sync method by default: | 2649 /* Define this to enable avg. byte/sec-based AVI sync method by default: |
2648 (use -bps or -nobps commandline option for run-time method selection) | 2650 (use -bps or -nobps commandline option for run-time method selection) |
2649 -bps gives better sync for vbr mp3 audio, it is now default */ | 2651 -bps gives better sync for vbr mp3 audio, it is now default */ |
2650 #define AVI_SYNC_BPS 1 | 2652 #define AVI_SYNC_BPS 1 |
2651 | 2653 |
2652 /* Undefine this if you want soundcard-only timing by default: | |
2653 You can still change this with the -alsa or -noalsa command-line option! | |
2654 (This function was originally impemented to solve ALSA driver's big | |
2655 buffer problems, but it seems to be useful for every soundcard drivers) */ | |
2656 #define ALSA_TIMER 1 | |
2657 | |
2658 /* Undefine this if you do not want to select mono audio (left or right) | 2654 /* Undefine this if you do not want to select mono audio (left or right) |
2659 with a stereo MPEG layer 2/3 audio stream. The command-line option | 2655 with a stereo MPEG layer 2/3 audio stream. The command-line option |
2660 -stereo has three possible values (0 for stereo, 1 for left-only, 2 for | 2656 -stereo has three possible values (0 for stereo, 1 for left-only, 2 for |
2661 right-only), with 0 being the default. | 2657 right-only), with 0 being the default. |
2662 */ | 2658 */ |
2675 | 2671 |
2676 /* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */ | 2672 /* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */ |
2677 #define MAX_OUTBURST 65536 | 2673 #define MAX_OUTBURST 65536 |
2678 | 2674 |
2679 /* set up audio OUTBURST. Do not change this! */ | 2675 /* set up audio OUTBURST. Do not change this! */ |
2680 #ifdef USE_XMMP_AUDIO | |
2681 #define OUTBURST 4096 | |
2682 #else | |
2683 //#define OUTBURST 1024 | |
2684 #define OUTBURST 512 | 2676 #define OUTBURST 512 |
2685 #endif | |
2686 | 2677 |
2687 /* Define this if your system has the header file for the OSS sound interface */ | 2678 /* Define this if your system has the header file for the OSS sound interface */ |
2688 $_def_sys_soundcard | 2679 $_def_sys_soundcard |
2689 | 2680 |
2690 /* Define this if your system has the "malloc.h" header file */ | 2681 /* Define this if your system has the "malloc.h" header file */ |
2786 | 2777 |
2787 /* Define this to any prefered value from 386 up to infinity with step 100 */ | 2778 /* Define this to any prefered value from 386 up to infinity with step 100 */ |
2788 #define __CPU__ $iproc | 2779 #define __CPU__ $iproc |
2789 | 2780 |
2790 $_def_linux | 2781 $_def_linux |
2782 | |
2783 $_def_vcd | |
2791 | 2784 |
2792 #ifdef sun | 2785 #ifdef sun |
2793 #define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0" | 2786 #define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0" |
2794 #define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE | 2787 #define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE |
2795 #else | 2788 #else |