mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
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:
parent
9e9a76fd38
commit
0132ac3f9d
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user