mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavu/attributes: Don't define av_restrict
This is always defined in config.h. Original patch by Derek Buitenhuis.
This commit is contained in:
parent
49515cb840
commit
66c2f200b6
@ -64,10 +64,6 @@
|
||||
# define av_pure
|
||||
#endif
|
||||
|
||||
#ifndef av_restrict
|
||||
#define av_restrict restrict
|
||||
#endif
|
||||
|
||||
#if AV_GCC_VERSION_AT_LEAST(2,6)
|
||||
# define av_const __attribute__((const))
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user