projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49515cb
)
lavu/attributes: Don't define av_restrict
author
Alex Smith
<alex.smith@warpsharp.info>
Sat, 21 Sep 2013 13:22:55 +0000
(09:22 -0400)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 21 Sep 2013 13:43:31 +0000
(15:43 +0200)
This is always defined in config.h.
Original patch by Derek Buitenhuis.
libavutil/attributes.h
patch
|
blob
|
history
diff --git
a/libavutil/attributes.h
b/libavutil/attributes.h
index
0a4d50e
..
8c0e5b2
100644
(file)
--- 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