1
0
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:
Alex Smith 2013-09-21 09:22:55 -04:00 committed by Michael Niedermayer
parent 49515cb840
commit 66c2f200b6

View File

@ -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