diff divx4_vbr.c @ 3919:649c50457a99

small fixes (=> HAVE_STDINT_H is now defined) added STREAMING_LIB in config.mak/Makefile Note: compile via a configure && make without glitches on SunOS
author pl
date Mon, 31 Dec 2001 15:29:46 +0000
parents 33d34fe981ec
children 92c59012249d
line wrap: on
line diff
--- a/divx4_vbr.c	Mon Dec 31 10:25:11 2001 +0000
+++ b/divx4_vbr.c	Mon Dec 31 15:29:46 2001 +0000
@@ -43,11 +43,12 @@
 #include <dlfcn.h>
 #include <math.h>
 
-#ifndef __FreeBSD__
+#include "config.h"
+
+#ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
 
-#include "config.h"
 
 #include "divx4_vbr.h"