diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-17 18:01:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-17 18:05:31 +0200 |
commit | 5015c37b7d7db1450e47a7f77e060bfc7b216172 (patch) | |
tree | 246cd60f871c5562c92cd62c1883cdb7d0dcdaaa /libavutil/internal.h | |
parent | 40ffbf20d848d76eae5b8f1bec94bc46dc369fb5 (diff) | |
download | ffmpeg-5015c37b7d7db1450e47a7f77e060bfc7b216172.tar.gz |
attributes: move av_restrict fallback from internal to attributes
This should fix --enable-hardcoded-tables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r-- | libavutil/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index bfc0f8e519..5d37da7b45 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -53,10 +53,6 @@ struct AVDictionary { #endif #endif -#ifndef av_restrict -#define av_restrict restrict -#endif - #ifndef INT16_MIN #define INT16_MIN (-0x7fff - 1) #endif |