[FFmpeg-devel] [PATCH] msvc: Fix libx264 linking
Henrik Gramner
henrik at gramner.com
Thu Jan 28 23:26:05 CET 2016
On Thu, Jan 28, 2016 at 10:57 PM, Moritz Barsnick <barsnick at gmx.net> wrote:
> On Thu, Jan 28, 2016 at 17:18:47 +0100, Henrik Gramner wrote:
>> + -lx264) echo libx264.lib ;;
>
> Is this related to this issue?:
> http://ffmpeg.org/pipermail/ffmpeg-user/2016-January/030408.html
> http://ffmpeg.org/pipermail/ffmpeg-user/2016-January/030422.html
>
> Moritz
Yes. Basically it tries to link with x264.lib when the actual file
name is libx264.lib (which obviously fails).
More information about the ffmpeg-devel
mailing list