mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-06 04:47:12 +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
5
externals/cpmfile.json
vendored
5
externals/cpmfile.json
vendored
|
|
@ -212,7 +212,10 @@
|
|||
"repo": "FFmpeg/FFmpeg",
|
||||
"sha": "c7b5f1537d",
|
||||
"hash": "ed177621176b3961bdcaa339187d3a7688c1c8b060b79c4bb0257cbc67ad7021ae5d5adca5303b45625abbbe3d9aafdd87ce777b8690ac295290d744c875489a",
|
||||
"bundled": true
|
||||
"bundled": true,
|
||||
"patches": [
|
||||
"0001-sysctl-openorbis.patch"
|
||||
]
|
||||
},
|
||||
"ffmpeg-ci": {
|
||||
"ci": true,
|
||||
|
|
|
|||
3
externals/ps4sup/emutls.c
vendored
3
externals/ps4sup/emutls.c
vendored
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
/* ===---------- emutls.c - Implements __emutls_get_address ---------------===
|
||||
*
|
||||
* The LLVM Compiler Infrastructure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue