Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-26 05:22:39 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-11-26 05:23:30 +0400
commit2624027439114b4904a4ed9c0183d09a162b68ea (patch)
treef58fad0535c9c9552b09e3088cec375142e4047e /libavutil/internal.h
parent7b29b07394c6d5741f1419c0b8007cc9f7308359 (diff)
lavu: drop time redefinition as it causes some problems in some uncommon configurations.
Based-on: e96d90eed66a198566c409958432d282e1b03869 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h2
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