summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-31 10:13:11 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-31 10:13:11 +0000
commitf584ec47549da00897a91abded2d28eda02801c9 (patch)
treec7dfbcda8bd94054e4f3fc04911e2f4e7cd13c0b /divx4_vbr.c
parentfe3e3f69292f7eee9b81bf61f35082ddc1373485 (diff)
downloadmpv-f584ec47549da00897a91abded2d28eda02801c9.tar.bz2
mpv-f584ec47549da00897a91abded2d28eda02801c9.tar.xz
<stdint.h> doesn't exist in FreeBSD
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3918 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'divx4_vbr.c')
-rw-r--r--divx4_vbr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/divx4_vbr.c b/divx4_vbr.c
index 6298e904a8..10ae2127ca 100644
--- a/divx4_vbr.c
+++ b/divx4_vbr.c
@@ -43,7 +43,9 @@
#include <dlfcn.h>
#include <math.h>
+#ifndef __FreeBSD__
#include <stdint.h>
+#endif
#include "config.h"