• Martin Finkel's avatar
    Fix CUdeviceptr definition for ARM64 CPU · a99740a8
    Martin Finkel authored
    When building VLC for UWP ARM64 with aarch64-w64-mingw32 from the llvm-mingw toolchain,
    this patch fixes the error: incompatible pointer types passing 'CUdeviceptr *' (aka 'unsigned int *')
    to parameter of type 'unsigned long long *' [-Werror,-Wincompatible-pointer-types]
    a99740a8