Commit 8d010f37 authored by mru's avatar mru

remove 'restrict' definition, it is always #defined in config.h


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7237 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 56a19dba
......@@ -47,11 +47,6 @@
# include <math.h>
#endif /* HAVE_AV_CONFIG_H */
/* Suppress restrict if it was not defined in config.h. */
#ifndef restrict
# define restrict
#endif
#ifndef always_inline
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
# define always_inline __attribute__((always_inline)) inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment