lu-zero / mfx_dispatch

Intel media sdk dispatcher
BSD 3-Clause "New" or "Revised" License
158 stars 84 forks source link

main: use lowercase windows header include #70

Closed DeadSix27 closed 4 years ago

DeadSix27 commented 4 years ago

By default MinGW on GNU/Linux uses lower case headers and on case-sensitive file-systems the header won't be found. So lower-casing this import will solve that issue while not impacting Windows.

This issue got introduced via: https://github.com/lu-zero/mfx_dispatch/commit/4ba92bcf29199484d22e08f7de231c9835ef5e8b#diff-7ec3c68a81efff79b6ca22ac1f1eabbaR21

maximd33 commented 4 years ago

thanks, @DeadSix27