diff options
author | Alex Smith <alex.smith@warpsharp.info> | 2013-09-21 09:22:55 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-21 15:43:31 +0200 |
commit | 66c2f200b628c9ee85787f4c5644abfb6b674c1b (patch) | |
tree | 6717b9c4a26abe5ae2961518efec147e57fc2ecf /libavutil | |
parent | 49515cb8407ba237329280d99ab7e79a02560dfe (diff) | |
download | ffmpeg-66c2f200b628c9ee85787f4c5644abfb6b674c1b.tar.gz |
lavu/attributes: Don't define av_restrict
This is always defined in config.h.
Original patch by Derek Buitenhuis.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/attributes.h | 4 |
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 |