mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
dxva2-Video_Decoder: Fix an incorrect FIXME message.
This commit is contained in:
parent
f354e38ec0
commit
6c276e039c
@ -1,4 +1,4 @@
|
||||
From 731cfa0b6f332e689d7c1a2178373b5d7f3938bd Mon Sep 17 00:00:00 2001
|
||||
From 6564e70be47d7eede39141f62290577272588655 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sun, 22 Feb 2015 01:25:20 +0100
|
||||
Subject: dxva2: Initial implementation of MPEG2 decoder using vaapi backend.
|
||||
@ -1683,7 +1683,7 @@ index 0000000..7b7f61d
|
||||
+#endif /* HAVE_VAAPI */
|
||||
diff --git a/dlls/dxva2/vaapi.c b/dlls/dxva2/vaapi.c
|
||||
new file mode 100644
|
||||
index 0000000..3369a03
|
||||
index 0000000..80e63bf
|
||||
--- /dev/null
|
||||
+++ b/dlls/dxva2/vaapi.c
|
||||
@@ -0,0 +1,767 @@
|
||||
@ -1829,7 +1829,7 @@ index 0000000..3369a03
|
||||
+ void *handle = wine_dlopen(SONAME_LIBX11, RTLD_NOW, NULL, 0);
|
||||
+ if (!handle)
|
||||
+ {
|
||||
+ FIXME("Wine cannot find the %s library.\n", SONAME_LIBVA_X11);
|
||||
+ FIXME("Wine cannot find the %s library.\n", SONAME_LIBX11);
|
||||
+ return FALSE;
|
||||
+ }
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user