[vlc-commits] vout: do not use D3D9 built-in shaders with D3D11
Steve Lhomme
git at videolan.org
Thu Jun 25 10:45:44 CEST 2015
vlc | branch: master | Steve Lhomme <robux4 at gmail.com> | Thu Jun 25 09:55:44 2015 +0200| [625d365b3c9187768d1be84f984a4288682430c6] | committer: Jean-Baptiste Kempf
vout: do not use D3D9 built-in shaders with D3D11
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=625d365b3c9187768d1be84f984a4288682430c6
---
modules/video_output/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/Makefile.am b/modules/video_output/Makefile.am
index 5d468e0..f918773 100644
--- a/modules/video_output/Makefile.am
+++ b/modules/video_output/Makefile.am
@@ -187,7 +187,7 @@ libdirect3d11_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) \
-DMODULE_NAME_IS_direct3d11
if !HAVE_WINSTORE
libdirect3d11_plugin_la_SOURCES += video_output/msw/events.c \
- video_output/msw/events.h video_output/msw/builtin_shaders.h \
+ video_output/msw/events.h \
video_output/msw/win32touch.c video_output/msw/win32touch.h
libdirect3d11_plugin_la_LIBADD = -lgdi32 -lole32 -luuid
else
More information about the vlc-commits
mailing list