Skip to content
  • Steven Walters's avatar
    ICL/MSVS: Fix shared library generation and usage · 70877e39
    Steven Walters authored
    MSVS requires exported variables to be declared with the DATA keyword, and requires that imported variables be declared with dllimport.
    This does not fix x264 cli being unable to use a shared library built by ICL however.
    70877e39