Fix license headers
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
All checks were successful
eden-license / license-header (pull_request) Successful in 30s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
bd67d58daa
commit
d111dcecd0
7 changed files with 18 additions and 40 deletions
40
ffmpeg.patch
40
ffmpeg.patch
|
@ -1,40 +0,0 @@
|
|||
diff --git a/externals/ffmpeg/CMakeLists.txt b/externals/ffmpeg/CMakeLists.txt
|
||||
index 54c852f831..ff35c8dc2c 100644
|
||||
--- a/externals/ffmpeg/CMakeLists.txt
|
||||
+++ b/externals/ffmpeg/CMakeLists.txt
|
||||
@@ -63,20 +63,22 @@ if (NOT WIN32 AND NOT ANDROID)
|
||||
set(FFmpeg_HWACCEL_INCLUDE_DIRS)
|
||||
set(FFmpeg_HWACCEL_LDFLAGS)
|
||||
|
||||
- # In Solaris needs explicit linking for ffmpeg which links to /lib/amd64/libX11.so
|
||||
- if(PLATFORM_SUN)
|
||||
- list(APPEND FFmpeg_HWACCEL_LIBRARIES
|
||||
- X11
|
||||
- "/usr/lib/xorg/amd64/libdrm.so")
|
||||
- else()
|
||||
- pkg_check_modules(LIBDRM libdrm REQUIRED)
|
||||
- list(APPEND FFmpeg_HWACCEL_LIBRARIES
|
||||
- ${LIBDRM_LIBRARIES})
|
||||
- list(APPEND FFmpeg_HWACCEL_INCLUDE_DIRS
|
||||
- ${LIBDRM_INCLUDE_DIRS})
|
||||
+ if (NOT APPLE)
|
||||
+ # In Solaris needs explicit linking for ffmpeg which links to /lib/amd64/libX11.so
|
||||
+ if(PLATFORM_SUN)
|
||||
+ list(APPEND FFmpeg_HWACCEL_LIBRARIES
|
||||
+ X11
|
||||
+ "/usr/lib/xorg/amd64/libdrm.so")
|
||||
+ else()
|
||||
+ pkg_check_modules(LIBDRM libdrm REQUIRED)
|
||||
+ list(APPEND FFmpeg_HWACCEL_LIBRARIES
|
||||
+ ${LIBDRM_LIBRARIES})
|
||||
+ list(APPEND FFmpeg_HWACCEL_INCLUDE_DIRS
|
||||
+ ${LIBDRM_INCLUDE_DIRS})
|
||||
+ endif()
|
||||
+ list(APPEND FFmpeg_HWACCEL_FLAGS
|
||||
+ --enable-libdrm)
|
||||
endif()
|
||||
- list(APPEND FFmpeg_HWACCEL_FLAGS
|
||||
- --enable-libdrm)
|
||||
|
||||
if(LIBVA_FOUND)
|
||||
find_package(X11 REQUIRED)
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "qt_content_util.h"
|
||||
#include "common/fs/fs.h"
|
||||
#include "frontend_common/content_manager.h"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#ifndef QT_CONTENT_UTIL_H
|
||||
#define QT_CONTENT_UTIL_H
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "qt_meta.h"
|
||||
#include "common/common_types.h"
|
||||
#include "core/core.h"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#ifndef QT_META_H
|
||||
#define QT_META_H
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "qt_rom_util.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#ifndef QT_ROM_UTIL_H
|
||||
#define QT_ROM_UTIL_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue