Commit 625d365b authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

vout: do not use D3D9 built-in shaders with D3D11

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 25987fd3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment