remove 'restrict' definition, it is always #defined in config.h
Originally committed as revision 7237 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
68a432cf14
commit
c48e633b9e
@ -47,11 +47,6 @@
|
|||||||
# include <math.h>
|
# include <math.h>
|
||||||
#endif /* HAVE_AV_CONFIG_H */
|
#endif /* HAVE_AV_CONFIG_H */
|
||||||
|
|
||||||
/* Suppress restrict if it was not defined in config.h. */
|
|
||||||
#ifndef restrict
|
|
||||||
# define restrict
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef always_inline
|
#ifndef always_inline
|
||||||
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
|
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
|
||||||
# define always_inline __attribute__((always_inline)) inline
|
# define always_inline __attribute__((always_inline)) inline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user