[MPlayer-cvslog] r25000 - trunk/libmpcodecs/vf_qp.c
diego
subversion at mplayerhq.hu
Fri Nov 9 15:12:19 CET 2007
Author: diego
Date: Fri Nov 9 15:12:19 2007
New Revision: 25000
Log:
#include libavcodec/eval.h instead of manually declaring ff_eval.
Modified:
trunk/libmpcodecs/vf_qp.c
Modified: trunk/libmpcodecs/vf_qp.c
==============================================================================
--- trunk/libmpcodecs/vf_qp.c (original)
+++ trunk/libmpcodecs/vf_qp.c Fri Nov 9 15:12:19 2007
@@ -27,18 +27,12 @@
#include "mp_msg.h"
#include "cpudetect.h"
-#if 1
-double ff_eval(char *s, double *const_value, const char **const_name,
- double (**func1)(void *, double), const char **func1_name,
- double (**func2)(void *, double, double), char **func2_name,
- void *opaque);
-#endif
-
// Needed to bring in lrintf.
#define HAVE_AV_CONFIG_H
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
+#include "libavcodec/eval.h"
#include "libavutil/common.h"
/* FIXME: common.h defines fprintf away when HAVE_AV_CONFIG
More information about the MPlayer-cvslog
mailing list