Here are the steps which i followed:
1. Tool chain use:
https://github.com/mstorsjo/llvm-mingw/ ... h64.tar.xz
2. Exported the toolchain path
3. clone the vlc code from:
https://code.videolan.org/videolan/vlc.git
4. Created new folder "build", cd to build and provided command as : ../vlc/extras/package/win32/build.sh -a aarch64
5.cd to vlc and then provided the command :/bootstrap
6. provided the configuration command:./configure --host=aarch64-w64-mingw32 --build=aarch64-w64-mingw32 --disable-a52 LDFLAGS="-static", this command is successful and able to see configuration is done for aarch64.
7. Provided the command as: make
8.Make is failed with error as:
"In file included from ../config.h:919,
from aligned_alloc.c:22:
../include/vlc_fixups.h:303:7: note: previous declaration of 'strtof' with type 'float(const char *, char **)'
303 | float strtof (const char *, char **);"
I'm suspecting that i might not be using the right toolchain, as previously i was facing different error with different toolchain