• Philip Langdale's avatar
    avutil/cuda_check: Fix non-dynamic-loader implementation · 96d79ff5
    Philip Langdale authored
    The function typedefs we were using are only present when using the
    dynamic loader, which means compilation breaks for code directly
    using the cuda SDK.
    
    To fix this, let's just duplicate the function typedefs locally.
    These are not going to change.
    96d79ff5
cuda_check.h 2.17 KB