On 12 Mar 2022, at 14:34, Biswapriyo Nath wrote:

> If I use --host and --target option with configure command
> aacs_info.exe is installed as x86_64-w64-mingw32-aacs_info.exe file.
> Here is the command:
>
> ./configure --prefix=/mingw64 --build=x86_64-w64-mingw32
> --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-static
> --enable-shared
>
> If --host and --target options are removed the aacs_info file name
> remains same. I am building the program in msys2/mingw-w64
> environment. I am aware that --host and --target options should be
> specified in case of cross compilation. But the file name should not
> change, should it? I can provide further information if required.

You should not specify target, it makes no sense unless you are
building a tool like a compiler where you want its output to
be for that specific "target".

>
> Thank you.
> _______________________________________________
> libaacs-devel mailing list
> libaacs-devel@videolan.org
> https://mailman.videolan.org/listinfo/libaacs-devel
_______________________________________________
libaacs-devel mailing list
libaacs-devel@videolan.org
https://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to