• Evgeny Agafonchikov's avatar
    Do not link vfw32 library for WinRT · c196df6d
    Evgeny Agafonchikov authored
    HAVE_VFW flag is defined by CMake try_compile check.
    
    Check fails for WINRT as vfw.h begins with
    
    and contains empty set of functions for Store apps.
    
    So we can safely remove vfw32.lib for WINRT in general
    
    (independently of availability for specific configuration)
    c196df6d
OpenCVFindLibsVideo.cmake 10.4 KB