summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-01 23:38:57 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-01 23:38:57 +0000
commit9b7d60bf1a55bd2b6ad44c43c3d32c7c92a2fed3 (patch)
tree340ade083ad1c74d07af2fde25abda2dd3d7b3e9
parent404eda7d2e1b659efc38e774668fa4508b167910 (diff)
downloadmpv-9b7d60bf1a55bd2b6ad44c43c3d32c7c92a2fed3.tar.bz2
mpv-9b7d60bf1a55bd2b6ad44c43c3d32c7c92a2fed3.tar.xz
HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3260 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure15
1 files changed, 4 insertions, 11 deletions
diff --git a/configure b/configure
index ca464a79ea..7fce46a373 100755
--- a/configure
+++ b/configure
@@ -1895,8 +1895,10 @@ echores "$_sgiaudio"
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 @@ $_def_encore
-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 @@ $_def_rtc
#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_confwin32
$_def_linux
+$_def_vcd
+
#ifdef sun
#define DEFAULT_CDROM_DEVICE "/vol/dev/aliases/cdrom0"
#define DEFAULT_DVD_DEVICE DEFAULT_CDROM_DEVICE