Browse Source

d3d11_filters: remove support for mingw-w64 older than v8

pull/197/head
Steve Lhomme 7 months ago
parent
commit
cbe090a32d
  1. 7
      modules/hw/d3d11/d3d11_filters.c

7
modules/hw/d3d11/d3d11_filters.c

@ -43,13 +43,6 @@
#include "d3d11_processor.h"
#include "../../video_chroma/d3d11_fmt.h"
#if defined(__MINGW64_VERSION_MAJOR) && __MINGW64_VERSION_MAJOR < 8
#define D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS 0x1
#define D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST 0x2
#define D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE 0x4
#define D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION 0x8
#endif // __MINGW64_VERSION_MAJOR<8
#define PROCESSOR_SLICES 2
struct filter_level

Loading…
Cancel
Save