Jump to content

Ant-The-Alchemist

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Ant-The-Alchemist

  1. Looking deeper into SDL3, I notice SDL_CAMERA_DRIVER_MEDIAFOUNDATION is always defined, even if SDL_CAMERA_DISABLED is defined. Would this be a problem with SDL not gating enough code with SDL_CAMERA_DISABLED? I don't understand CMAKE, but it looks like it'll only define SDL_CAMERA_DRIVER_MEDIAFOUNDATION if HAVE_CAMERA is TRUE?
  2. Good ol' Sam, he's on the ball. Hi all. @gerwin, I saw this issue posted on Github, and it got me curious about the XP compatibility. I'm only using VS2022, so it's all I know. I installed the XP toolset (v141_xp) and compiled using the supplied VS project in SDL3. It starts to compile, but breaks at `SDL_camera_mediafoundation.c` with ` error C2065: 'MFVideoPrimaries_BT2020': undeclared identifier`. Were you successful in building for XP after Sam's patch? Which toolchain did you use? Any idea what I'm missing?
×
×
  • Create New...