changeset 569:165ae9e8f4fb libavutil

Remove wrong and unnecessary condition. VHOOK filters are not special so they are not supposed to use the printf, fprintf, perror and puts functions but av_log instead.
author stefano
date Sat, 06 Sep 2008 07:26:05 +0000
parents 96c0364ef4ce
children 152ab60d2d53
files internal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Thu Sep 04 20:39:09 2008 +0000
+++ b/internal.h	Sat Sep 06 07:26:05 2008 +0000
@@ -242,7 +242,7 @@
 #define strcat strcat_is_forbidden_due_to_security_issues_use_av_strlcat
 #undef  exit
 #define exit exit_is_forbidden
-#if !(defined(LIBAVFORMAT_BUILD) || defined(FFMPEG_FRAMEHOOK_H))
+#ifndef LIBAVFORMAT_BUILD
 #undef  printf
 #define printf please_use_av_log
 #undef  fprintf