changeset 24020:918b0974e3a1

printf in mp_image.h was changed to fprintf in r17972.
author cehoyos
date Wed, 08 Aug 2007 23:28:29 +0000
parents 27eeab564338
children 8434aae12d7c
files libmpcodecs/vf_geq.c libmpcodecs/vf_qp.c
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_geq.c	Wed Aug 08 22:30:51 2007 +0000
+++ b/libmpcodecs/vf_geq.c	Wed Aug 08 23:28:29 2007 +0000
@@ -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>
--- a/libmpcodecs/vf_qp.c	Wed Aug 08 22:30:51 2007 +0000
+++ b/libmpcodecs/vf_qp.c	Wed Aug 08 23:28:29 2007 +0000
@@ -41,10 +41,10 @@
 #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>