summaryrefslogtreecommitdiffstats
path: root/divx4_vbr.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-23 19:14:13 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-23 19:14:13 +0000
commite0dae736771a76f41189c23e21345e540dc2cd78 (patch)
treef739ac0faa7bc5963dcc3d2bb9dbc544ebfa6e7d /divx4_vbr.c
parentb5ec65bd536079d4c327aae53d718c01d29ca3e1 (diff)
downloadmpv-e0dae736771a76f41189c23e21345e540dc2cd78.tar.bz2
mpv-e0dae736771a76f41189c23e21345e540dc2cd78.tar.xz
we don't need dl nor stat functions - why to include tehir headers...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5286 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'divx4_vbr.c')
-rw-r--r--divx4_vbr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/divx4_vbr.c b/divx4_vbr.c
index dc033a006d..0433022fcd 100644
--- a/divx4_vbr.c
+++ b/divx4_vbr.c
@@ -37,10 +37,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
-#include <dlfcn.h>
#include <math.h>
#include <inttypes.h>