summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-06 13:06:51 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-06 13:06:51 +0000
commit5b981f805ac843d8ab9f1e8e920dc599f7a4e1d2 (patch)
treeed880192d5068674d33d289a455d3c2db17adc54 /divx4_vbr.c
parent4b41dd6fb5edf10599d6fc4a1aef8adf5bc0fb9d (diff)
downloadmpv-5b981f805ac843d8ab9f1e8e920dc599f7a4e1d2.tar.bz2
mpv-5b981f805ac843d8ab9f1e8e920dc599f7a4e1d2.tar.xz
stdint.h replaced by inttypes.h (used more frequently in the sources)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4004 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'divx4_vbr.c')
-rw-r--r--divx4_vbr.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/divx4_vbr.c b/divx4_vbr.c
index 8b7d8debbf..dc033a006d 100644
--- a/divx4_vbr.c
+++ b/divx4_vbr.c
@@ -42,13 +42,7 @@
#include <fcntl.h>
#include <dlfcn.h>
#include <math.h>
-
-#include "config.h"
-
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
-
+#include <inttypes.h>
#include "divx4_vbr.h"