diff options
Diffstat (limited to 'devel/electron33/files/patch-third__party_ffmpeg_libavutil_random__seed.c')
-rw-r--r-- | devel/electron33/files/patch-third__party_ffmpeg_libavutil_random__seed.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/electron33/files/patch-third__party_ffmpeg_libavutil_random__seed.c b/devel/electron33/files/patch-third__party_ffmpeg_libavutil_random__seed.c deleted file mode 100644 index 178c8c120424..000000000000 --- a/devel/electron33/files/patch-third__party_ffmpeg_libavutil_random__seed.c +++ /dev/null @@ -1,14 +0,0 @@ ---- third_party/ffmpeg/libavutil/random_seed.c.orig 2023-10-19 19:59:55 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> |