From 6c276e039c028e3c211996f9d068f0e961d9b2d3 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 22 Feb 2015 05:46:02 +0100 Subject: [PATCH] dxva2-Video_Decoder: Fix an incorrect FIXME message. --- ...va2-Initial-implementation-of-MPEG2-decoder-using-.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/dxva2-Video_Decoder/0007-dxva2-Initial-implementation-of-MPEG2-decoder-using-.patch b/patches/dxva2-Video_Decoder/0007-dxva2-Initial-implementation-of-MPEG2-decoder-using-.patch index e8a3cfeb..0eaa563b 100644 --- a/patches/dxva2-Video_Decoder/0007-dxva2-Initial-implementation-of-MPEG2-decoder-using-.patch +++ b/patches/dxva2-Video_Decoder/0007-dxva2-Initial-implementation-of-MPEG2-decoder-using-.patch @@ -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?= 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; + } +