comparison libmpcodecs/vf_qp.c @ 27694:1b7eb875ce11

Remove unnecessary HAVE_AV_CONFIG_H #define.
author diego
date Tue, 07 Oct 2008 08:25:47 +0000
parents 3364aef9a988
children df67d03dde3b
comparison
equal deleted inserted replaced
27693:287ed25fe7da 27694:1b7eb875ce11
31 #include "img_format.h" 31 #include "img_format.h"
32 #include "mp_image.h" 32 #include "mp_image.h"
33 #include "vf.h" 33 #include "vf.h"
34 #include "libvo/fastmemcpy.h" 34 #include "libvo/fastmemcpy.h"
35 35
36 // Needed to bring in lrintf.
37 #define HAVE_AV_CONFIG_H
38 #include "libavcodec/avcodec.h" 36 #include "libavcodec/avcodec.h"
39 #include "libavcodec/eval.h" 37 #include "libavcodec/eval.h"
40 38
41 #ifdef HAVE_MALLOC_H 39 #ifdef HAVE_MALLOC_H
42 #include <malloc.h> 40 #include <malloc.h>