You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
#endif
|
||||
|
||||
#if HAVE_PRAGMA_DEPRECATED
|
||||
# if defined(__ICL)
|
||||
# if defined(__ICL) || defined (__INTEL_COMPILER)
|
||||
# define FF_DISABLE_DEPRECATION_WARNINGS __pragma(warning(push)) __pragma(warning(disable:1478))
|
||||
# define FF_ENABLE_DEPRECATION_WARNINGS __pragma(warning(pop))
|
||||
# elif defined(_MSC_VER)
|
||||
|
Reference in New Issue
Block a user