printf in mp_image.h was changed to fprintf in r17972.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24040 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2007-08-08 23:28:29 +00:00
parent 9e9a76fd38
commit 0132ac3f9d
2 changed files with 6 additions and 6 deletions

View File

@ -35,10 +35,10 @@
#include "libavcodec/eval.h"
#include "libavutil/common.h"
/* FIXME: common.h defines printf away when HAVE_AV_CONFIG
* is defined, but mp_image.h needs printf.
/* FIXME: common.h defines fprintf away when HAVE_AV_CONFIG
* is defined, but mp_image.h needs fprintf.
*/
#undef printf
#undef fprintf
#ifdef HAVE_MALLOC_H
#include <malloc.h>

View File

@ -41,10 +41,10 @@ double ff_eval(char *s, double *const_value, const char **const_name,
#include "libavcodec/dsputil.h"
#include "libavutil/common.h"
/* FIXME: common.h defines printf away when HAVE_AV_CONFIG
* is defined, but mp_image.h needs printf.
/* FIXME: common.h defines fprintf away when HAVE_AV_CONFIG
* is defined, but mp_image.h needs fprintf.
*/
#undef printf
#undef fprintf
#ifdef HAVE_MALLOC_H
#include <malloc.h>