summaryrefslogtreecommitdiffstats
path: root/TOOLS/avi-fix.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/avi-fix.c')
-rw-r--r--TOOLS/avi-fix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/avi-fix.c b/TOOLS/avi-fix.c
index f4c503f157..9978766dc2 100644
--- a/TOOLS/avi-fix.c
+++ b/TOOLS/avi-fix.c
@@ -2,7 +2,7 @@
// simple tool to fix chunk sizes in a RIFF AVI file
// it doesn't check/fix index, use mencoder -forceidx -oac copy -ovc copy to fix index!
-#include "../config.h"
+#include "config.h"
#ifdef MP_DEBUG
#define mp_debug(...) printf(__VA_ARGS__)
#else