diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-26 02:22:39 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-26 02:23:30 +0100 |
commit | 2624027439114b4904a4ed9c0183d09a162b68ea (patch) | |
tree | f58fad0535c9c9552b09e3088cec375142e4047e | |
parent | 7b29b07394c6d5741f1419c0b8007cc9f7308359 (diff) | |
download | ffmpeg-2624027439114b4904a4ed9c0183d09a162b68ea.tar.gz |
lavu: drop time redefinition as it causes some problems in some uncommon configurations.
Based-on: e96d90eed66a198566c409958432d282e1b03869
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index 778497293c..cc977f64da 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 |