[FFmpeg-cvslog] lavu: drop time redefinition as it causes some problems in some uncommon configurations .

Michael Niedermayer git at videolan.org
Mon Nov 26 02:30:23 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Nov 26 02:22:39 2012 +0100| [2624027439114b4904a4ed9c0183d09a162b68ea] | committer: Michael Niedermayer

lavu: drop time redefinition as it causes some problems in some uncommon configurations.

Based-on: e96d90eed66a198566c409958432d282e1b03869
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavutil/internal.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavutil/internal.h b/libavutil/internal.h
index 7784972..cc977f6 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -65,8 +65,6 @@
 #define free please_use_av_free
 #undef  realloc
 #define realloc please_use_av_realloc
-#undef  time
-#define time time_is_forbidden_due_to_security_issues
 #undef  rand
 #define rand rand_is_forbidden_due_to_state_trashing_use_av_lfg_get
 #undef  srand



More information about the ffmpeg-cvslog mailing list