[Mplayer-cvslog] CVS: main divx4_vbr.c,1.2,1.3
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Mon Dec 31 11:13:13 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv24116
Modified Files:
divx4_vbr.c
Log Message:
<stdint.h> doesn't exist in FreeBSD
Index: divx4_vbr.c
===================================================================
RCS file: /cvsroot/mplayer/main/divx4_vbr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- divx4_vbr.c 2 Nov 2001 23:58:26 -0000 1.2
+++ divx4_vbr.c 31 Dec 2001 10:13:11 -0000 1.3
@@ -43,7 +43,9 @@
#include <dlfcn.h>
#include <math.h>
+#ifndef __FreeBSD__
#include <stdint.h>
+#endif
#include "config.h"
More information about the MPlayer-cvslog
mailing list