- removed 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch: upstream
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1136
This commit is contained in:
parent
febf37b077
commit
dd95bf28f3
@ -1,36 +0,0 @@
|
||||
From c784fb4bad3519b692e71ff4a46b1263af27c0d8 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?R=C3=A9mi=20Bernon?= <rbernon@codeweavers.com>
|
||||
Date: Mon, 8 Jul 2024 14:38:30 +0200
|
||||
Subject: [PATCH] mf/tests: Remove static specifier on variables referencing
|
||||
other variables.
|
||||
|
||||
Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
|
||||
---
|
||||
dlls/mf/tests/transform.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/dlls/mf/tests/transform.c b/dlls/mf/tests/transform.c
|
||||
index 4313d7e3241..ef0bec60ed5 100644
|
||||
--- a/dlls/mf/tests/transform.c
|
||||
+++ b/dlls/mf/tests/transform.c
|
||||
@@ -3857,7 +3857,7 @@ static void test_h264_encoder(void)
|
||||
ATTR_GUID(MF_MT_MAJOR_TYPE, MFMediaType_Video),
|
||||
{0},
|
||||
};
|
||||
- static const struct attribute_desc expect_available_input_attributes[] =
|
||||
+ const struct attribute_desc expect_available_input_attributes[] =
|
||||
{
|
||||
ATTR_RATIO(MF_MT_FRAME_SIZE, actual_width, actual_height),
|
||||
ATTR_RATIO(MF_MT_FRAME_RATE, 30000, 1001),
|
||||
@@ -9244,7 +9244,7 @@ static void test_video_processor_with_dxgi_manager(void)
|
||||
ATTR_GUID(MF_MT_MAJOR_TYPE, MFMediaType_Video),
|
||||
};
|
||||
|
||||
- static const MFVideoArea aperture = {.Area={set_width, set_height}};
|
||||
+ const MFVideoArea aperture = {.Area={set_width, set_height}};
|
||||
const struct attribute_desc nv12_with_aperture[] =
|
||||
{
|
||||
ATTR_GUID(MF_MT_MAJOR_TYPE, MFMediaType_Video),
|
||||
--
|
||||
2.45.2
|
||||
|
@ -7,6 +7,7 @@ Mon Jul 15 07:20:41 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
- More rewriting of the CMD.EXE engine.
|
||||
- Various bug fixes.
|
||||
- update staging to 9.13 release
|
||||
- removed 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch: upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 09:49:46 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
@ -176,7 +176,7 @@ Source7: baselibs.conf
|
||||
Source8: wine-rpmlintrc
|
||||
# SUSE specific patches
|
||||
# - currently none, but add them here
|
||||
Patch0: 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch
|
||||
#Patch0: 0001-mf-tests-Remove-static-specifier-on-variables-refere.patch
|
||||
Recommends: wine-gecko >= 2.47.4
|
||||
Conflicts: wine-gecko < 2.47.4
|
||||
Recommends: wine-mono >= 9.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user