[Mplayer-cvslog] CVS: main configure,1.311,1.312

Arpi of Ize arpi at mplayer.dev.hu
Sun Dec 2 00:39:00 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv21186

Modified Files:
	configure 
Log Message:
HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- configure	1 Dec 2001 17:17:32 -0000	1.311
+++ configure	1 Dec 2001 23:38:57 -0000	1.312
@@ -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
@@ -2788,6 +2779,8 @@
 #define __CPU__ $iproc
 
 $_def_linux
+
+$_def_vcd
 
 #ifdef sun
 #define	DEFAULT_CDROM_DEVICE	"/vol/dev/aliases/cdrom0"




More information about the MPlayer-cvslog mailing list