lavu/attributes: Don't define av_restrict

This is always defined in config.h.

Original patch by Derek Buitenhuis.
pull/36/head
Alex Smith 12 years ago committed by Michael Niedermayer
parent 49515cb840
commit 66c2f200b6
  1. 4
      libavutil/attributes.h

@ -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…
Cancel
Save