Commit 66c2f200 authored by Alex Smith's avatar Alex Smith Committed by Michael Niedermayer

lavu/attributes: Don't define av_restrict

This is always defined in config.h.

Original patch by Derek Buitenhuis.
parent 49515cb8
...@@ -64,10 +64,6 @@ ...@@ -64,10 +64,6 @@
# define av_pure # define av_pure
#endif #endif
#ifndef av_restrict
#define av_restrict restrict
#endif
#if AV_GCC_VERSION_AT_LEAST(2,6) #if AV_GCC_VERSION_AT_LEAST(2,6)
# define av_const __attribute__((const)) # define av_const __attribute__((const))
#else #else
......
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