[FFmpeg-cvslog] Remove unnecessary LIBAVFORMAT_BUILD #ifdef.

Diego Biurrun git at videolan.org
Mon Jun 6 03:51:50 CEST 2011


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Jun  5 01:54:45 2011 +0200| [fb8648ad4b94abd119ae75b174f578aaacbbfd55] | committer: Diego Biurrun

Remove unnecessary LIBAVFORMAT_BUILD #ifdef.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb8648ad4b94abd119ae75b174f578aaacbbfd55
---

 libavutil/internal.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 51e449d..ee11a0a 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -141,7 +141,6 @@
 #define strncpy strncpy_is_forbidden_due_to_security_issues_use_av_strlcpy
 #undef  exit
 #define exit exit_is_forbidden
-#ifndef LIBAVFORMAT_BUILD
 #undef  printf
 #define printf please_use_av_log_instead_of_printf
 #undef  fprintf
@@ -150,7 +149,6 @@
 #define puts please_use_av_log_instead_of_puts
 #undef  perror
 #define perror please_use_av_log_instead_of_perror
-#endif
 
 #define FF_ALLOC_OR_GOTO(ctx, p, size, label)\
 {\



More information about the ffmpeg-cvslog mailing list