[Mplayer-cvslog] CVS: main/libao2 pl_volnorm.c,1.1,1.2

Bohdan 'Nexus' Horst nexus at mplayer.dev.hu
Tue Mar 5 15:36:15 CET 2002


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

Modified Files:
	pl_volnorm.c 
Log Message:
FreeBSD fix

Index: pl_volnorm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/pl_volnorm.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pl_volnorm.c	5 Mar 2002 09:17:36 -0000	1.1
+++ pl_volnorm.c	5 Mar 2002 14:36:06 -0000	1.2
@@ -23,6 +23,12 @@
 #include "audio_plugin_internal.h"
 #include "afmt.h"
 
+#ifdef __FreeBSD__
+#include "machine/limits.h"
+#define INT16_MAX INT_MAX
+#define INT16_MIN INT_MIN
+#endif
+
 static ao_info_t info = {
         "Volume normalizer",
         "volnorm",




More information about the MPlayer-cvslog mailing list