[vlc-commits] direct3d11: VOUT_DISPLAY_RESET_PICTURES is not supported even on winstore
Steve Lhomme
git at videolan.org
Mon Apr 1 16:50:17 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Mar 25 15:16:50 2019 +0100| [42164669f356bb6f31c9a114c8e6fc2b9aa90d11] | committer: Steve Lhomme
direct3d11: VOUT_DISPLAY_RESET_PICTURES is not supported even on winstore
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42164669f356bb6f31c9a114c8e6fc2b9aa90d11
---
modules/video_output/win32/common.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/video_output/win32/common.c b/modules/video_output/win32/common.c
index b79e282449..67fbe86418 100644
--- a/modules/video_output/win32/common.c
+++ b/modules/video_output/win32/common.c
@@ -482,10 +482,11 @@ int CommonControl(vout_display_t *vd, vout_display_sys_win32_t *sys, int query,
UpdateRects(vd, sys, false);
return VLC_SUCCESS;
}
+#endif /* !VLC_WINSTORE_APP */
case VOUT_DISPLAY_RESET_PICTURES:
vlc_assert_unreachable();
-#endif
+
default:
return VLC_EGENERIC;
}
More information about the vlc-commits
mailing list