changeset 27694:1b7eb875ce11

Remove unnecessary HAVE_AV_CONFIG_H #define.
author diego
date Tue, 07 Oct 2008 08:25:47 +0000
parents 287ed25fe7da
children 9cf6c7c5c7cd
files libmpcodecs/vf_geq.c libmpcodecs/vf_qp.c
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_geq.c	Mon Oct 06 14:09:22 2008 +0000
+++ b/libmpcodecs/vf_geq.c	Tue Oct 07 08:25:47 2008 +0000
@@ -33,7 +33,6 @@
 #include "mp_image.h"
 #include "vf.h"
 
-#define HAVE_AV_CONFIG_H
 #include "libavcodec/avcodec.h"
 #include "libavcodec/eval.h"
 
--- a/libmpcodecs/vf_qp.c	Mon Oct 06 14:09:22 2008 +0000
+++ b/libmpcodecs/vf_qp.c	Tue Oct 07 08:25:47 2008 +0000
@@ -33,8 +33,6 @@
 #include "vf.h"
 #include "libvo/fastmemcpy.h"
 
-// Needed to bring in lrintf.
-#define HAVE_AV_CONFIG_H
 #include "libavcodec/avcodec.h"
 #include "libavcodec/eval.h"