[FFmpeg-devel] [PATCH] msvc import lib filename
Ramiro Polla
ramiro
Sat Oct 13 19:45:52 CEST 2007
Hello,
Attached patch creates MSVC++ import libraries named $(SLIBNAME).lib
instead of $(SLIBNAME_WITH_MAJOR).lib.
Internally, they still point to SLIBNAME_WITH_MAJOR, so it links to the
correct file.
The reasoning is that, the same we use -lavutil and not -lavutil.49 for
POSIX, we should use avutil.lib and not avutil-49.lib.
I'll apply this on Monday unless anyone objects.
Ramiro Polla
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: msvc_implib.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071013/36e2b795/attachment.asc>
More information about the ffmpeg-devel
mailing list