mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-03 05:22:10 +00:00
lavu: drop time redefinition as it causes some problems in some uncommon configurations.
Based-on: e96d90eed6
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7b29b07394
commit
2624027439
@ -65,8 +65,6 @@
|
|||||||
#define free please_use_av_free
|
#define free please_use_av_free
|
||||||
#undef realloc
|
#undef realloc
|
||||||
#define realloc please_use_av_realloc
|
#define realloc please_use_av_realloc
|
||||||
#undef time
|
|
||||||
#define time time_is_forbidden_due_to_security_issues
|
|
||||||
#undef rand
|
#undef rand
|
||||||
#define rand rand_is_forbidden_due_to_state_trashing_use_av_lfg_get
|
#define rand rand_is_forbidden_due_to_state_trashing_use_av_lfg_get
|
||||||
#undef srand
|
#undef srand
|
||||||
|
Loading…
Reference in New Issue
Block a user