[FFmpeg-trac] #10233(build system:new): Compile with libraries with MSVC
FFmpeg
trac at avcodec.org
Wed Mar 8 20:54:38 EET 2023
#10233: Compile with libraries with MSVC
-------------------------------------+-------------------------------------
Reporter: dimasafonis | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: build
| system
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Balling):
>creates libraries in .a format which is incompatible with MSVC.
Why? .a file is just a static linked library, called .lib in windows. .dll
is on linux .so and is dynamic (well, except for the whole ld-linux.so
mess, cause ld-linux.so is an executable really, link to ld-linux.so is
absolute in all .so).
Does renaming to .lib work?
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10233#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list