Mercurial > mplayer.hg
changeset 17630:7c4eef408b6b
include config.h before includes that need it
based on patch by Alan Curry <pacman at theworld com>
author | iive |
---|---|
date | Thu, 16 Feb 2006 10:08:03 +0000 |
parents | 2cee40108bbd |
children | b1378adb995f |
files | libmpcodecs/vf_bmovl.c sub_cc.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_bmovl.c Tue Feb 14 22:10:22 2006 +0000 +++ b/libmpcodecs/vf_bmovl.c Thu Feb 16 10:08:03 2006 +0000 @@ -63,10 +63,10 @@ #include <sys/types.h> #include <sys/time.h> #include <fcntl.h> +#include "config.h" #include "mp_image.h" #include "vf.h" #include "img_format.h" -#include "config.h" #ifndef HAVE_NO_POSIX_SELECT