On Mon, Aug 1, 2022 at 2:36 PM Martin Storsjö <mar...@martin.st> wrote: > > The DXGI_OUTDUPL_FRAME_INFO type isn't available in Windows API > subsets other than "desktop", while the IDXGIOutput1 interface is > available for all API subsets. > > This fixes compilation for UWP/"Windows Store" configurations (and > older API subsets like Windows Phone).
The entire desktop duplication API is not present on Phone targets (its called "desktop" duplication afterall). I think it would be better to check for a primary DDA function, instead of some auxiliary structure. - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".