diff --git a/src/archutils/Darwin/arch_setup.h b/src/archutils/Darwin/arch_setup.h index 130395a105..1b0ac92c4d 100644 --- a/src/archutils/Darwin/arch_setup.h +++ b/src/archutils/Darwin/arch_setup.h @@ -34,14 +34,12 @@ extern "C" int sm_main( int argc, char *argv[] ); #define ArchSwap16(n) OSSwapInt16((n)) #define HAVE_BYTE_SWAPS -#define attribute_deprecated // Shut ffmpeg up! - #endif /* * (c) 2003-2006 Steve Checkoway * All rights reserved. - * + * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including @@ -51,7 +49,7 @@ extern "C" int sm_main( int argc, char *argv[] ); * copyright notice(s) and this permission notice appear in all copies of * the Software and that both the above copyright notice(s) and this * permission notice appear in supporting documentation. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF diff --git a/src/archutils/Unix/arch_setup.h b/src/archutils/Unix/arch_setup.h index ad393a2a04..3fe6f905c1 100644 --- a/src/archutils/Unix/arch_setup.h +++ b/src/archutils/Unix/arch_setup.h @@ -22,14 +22,12 @@ #endif #include "archutils/Common/gcc_byte_swaps.h" - -#define attribute_deprecated // Shut ffmpeg up! #endif /* * (c) 2004 Glenn Maynard * All rights reserved. - * + * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including @@ -39,7 +37,7 @@ * copyright notice(s) and this permission notice appear in all copies of * the Software and that both the above copyright notice(s) and this * permission notice appear in supporting documentation. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF