Diego Biurrun <[email protected]> writes:

> On Fri, Oct 19, 2012 at 07:13:47PM -0400, Derek Buitenhuis wrote:
>> 
>> --- a/doc/platform.texi
>> +++ b/doc/platform.texi
>> @@ -137,6 +137,11 @@ make
>>  
>> +If you wish to compile a shared build, add @code{--enable-shared}. Note that
>> +due to the way MSVC handles DLL imports and exports, you cannot compile a
>> +static and shared build at the same time, and enabling building as shared
>> +will automatically disable the static build.
>
> I'd prefer a tad more precision here: Replace static/shared with static
> library and shared library.  Also, one option will not disable the other;
> having both enabled will make configure error out.

Check your facts.  --enable-shared does disable static automatically in
msvc builds.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to