summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-31 15:29:46 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-31 15:29:46 +0000
commit4ff3fa67539e6e7c0d1342244ea892f4f0eb4fc1 (patch)
tree4823b565588fc79c95493d461a4043aa661458f9 /divx4_vbr.c
parent5276910d701a671a21ce69ceead3c5c25581ac11 (diff)
downloadmpv-4ff3fa67539e6e7c0d1342244ea892f4f0eb4fc1.tar.bz2
mpv-4ff3fa67539e6e7c0d1342244ea892f4f0eb4fc1.tar.xz
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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3920 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'divx4_vbr.c')
-rw-r--r--divx4_vbr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/divx4_vbr.c b/divx4_vbr.c
index 10ae2127ca..8b7d8debbf 100644
--- a/divx4_vbr.c
+++ b/divx4_vbr.c
@@ -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"