mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-06 06:57:21 +02:00
properly build with new openssl cpm mechanism
This commit is contained in:
parent
abdb1c23cf
commit
e4b3786688
9 changed files with 44 additions and 12 deletions
15
.patch/ffmpeg/0001-sysctl-openorbis.patch
Normal file
15
.patch/ffmpeg/0001-sysctl-openorbis.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
|
||||
index 03e2720..874258f 100644
|
||||
--- a/libavutil/cpu.c
|
||||
+++ b/libavutil/cpu.c
|
||||
@@ -43,8 +43,10 @@
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
+#ifndef __OPENORBIS__
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
+#endif
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue