diff divx4_vbr.c @ 3917:33d34fe981ec

<stdint.h> doesn't exist in FreeBSD
author nexus
date Mon, 31 Dec 2001 10:13:11 +0000
parents 0e6e13261d79
children 649c50457a99
line wrap: on
line diff
--- a/divx4_vbr.c	Mon Dec 31 10:03:10 2001 +0000
+++ b/divx4_vbr.c	Mon Dec 31 10:13:11 2001 +0000
@@ -43,7 +43,9 @@
 #include <dlfcn.h>
 #include <math.h>
 
+#ifndef __FreeBSD__
 #include <stdint.h>
+#endif
 
 #include "config.h"