summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Smith <alex.smith@warpsharp.info>2013-09-21 09:22:55 -0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 15:43:31 +0200
commit66c2f200b628c9ee85787f4c5644abfb6b674c1b (patch)
tree6717b9c4a26abe5ae2961518efec147e57fc2ecf
parent49515cb8407ba237329280d99ab7e79a02560dfe (diff)
lavu/attributes: Don't define av_restrict
This is always defined in config.h. Original patch by Derek Buitenhuis.
-rw-r--r--libavutil/attributes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/attributes.h b/libavutil/attributes.h
index 0a4d50ecce..8c0e5b2979 100644
--- a/libavutil/attributes.h
+++ b/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