msvc/icl: Use __declspec(deprecated)
authorAlex Smith <alex.smith@warpsharp.info>
Thu, 19 Sep 2013 20:58:21 +0000 (16:58 -0400)
committerMartin Storsjö <martin@martin.st>
Fri, 20 Sep 2013 11:40:06 +0000 (14:40 +0300)
commit09f2581dc5edb3642858d69d9a70b67e249167e9
tree3d420649016ebb804f218bbf6f9657d8c9cf5646
parent5532ee6d7d554bb54d4374d0b69f72bc9ab9fd91
msvc/icl: Use __declspec(deprecated)

Prior to this on msvc/icl there was no handling of deprecated functions
and the deprecated warning was disabled.

After enabling there are a number of warnings relating to the CRT and
the use of the non-secure versions of several functions.  Defining
_CRT_SECURE_NO_WARNINGS silences these warnings.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure
libavutil/attributes.h
libavutil/internal.h