diff libmpcodecs/vf.c @ 7127:1e47c2e7aa8e

mostly compiler warning fixes, some small bugfix patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 28 Aug 2002 22:45:48 +0000
parents 9eae15166ebb
children 66019eb62edc
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Wed Aug 28 22:02:38 2002 +0000
+++ b/libmpcodecs/vf.c	Wed Aug 28 22:45:48 2002 +0000
@@ -2,11 +2,11 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "../config.h"
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif
 
-#include "../config.h"
 #include "../mp_msg.h"
 #include "../help_mp.h"