[FFmpeg-cvslog] lavu/attributes: Don't define av_restrict

Alex Smith git at videolan.org
Sat Sep 21 15:50:20 CEST 2013


ffmpeg | branch: master | Alex Smith <alex.smith at warpsharp.info> | Sat Sep 21 09:22:55 2013 -0400| [66c2f200b628c9ee85787f4c5644abfb6b674c1b] | committer: Michael Niedermayer

lavu/attributes: Don't define av_restrict

This is always defined in config.h.

Original patch by Derek Buitenhuis.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=66c2f200b628c9ee85787f4c5644abfb6b674c1b
---

 libavutil/attributes.h |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavutil/attributes.h b/libavutil/attributes.h
index 0a4d50e..8c0e5b2 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



More information about the ffmpeg-cvslog mailing list