Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CUdeviceptr definition for ARM64 CPU
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]
- Loading branch information