On Sat, Oct 13, 2012 at 9:21 PM, Diego Biurrun <di...@biurrun.de> wrote:
>
>> >>+#if CONFIG_SHARED && defined(_MSC_VER) && !defined(COMPILING_avcodec)
>> >
>> >This condition seems a bit too specific.  There are other compilers.
>>
>> That might be good for consistency, even if mingw can do without it.
>> So something like this then:
>>
>> #if CONFIG_SHARED && defined(_WIN32) && !defined(COMPILING_avcodec)
>
> Careful, we might soon get support for ICL, which might or might not
> need this.  _WIN32 seems too greedy to me.
>

ICL on windows mimics MSVCs behaviour rather strictly so it can be
used as a more-or-less drop-in replacement, fwiw.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to