aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_ffmpeg_libavutil_random__seed.c
blob: eb7a5bbd797351eba1d11cee91f1af56aa452473 (plain) (tree)
1
2
3
4
5
6
7
                                                                               
                                              


                          
       
                        






                        
--- third_party/ffmpeg/libavutil/random_seed.c.orig	2023-09-13 13:13:30 UTC
+++ third_party/ffmpeg/libavutil/random_seed.c
@@ -35,6 +35,11 @@
 #elif CONFIG_OPENSSL
 #include <openssl/rand.h>
 #endif
+#if HAVE_ARC4RANDOM_BUF
+#undef __BSD_VISIBLE
+#define __BSD_VISIBLE 1
+#include <stdlib.h>
+#endif
 #include <fcntl.h>
 #include <math.h>
 #include <time.h>