Commit bc4da77b authored by Michael Niedermayer's avatar Michael Niedermayer

lavu/internal: define av_restrict if it has not been defined by config.h

This can happen if a application doesnt use ffmpegs configure
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fbed9317
......@@ -53,6 +53,10 @@ struct AVDictionary {
#endif
#endif
#ifndef av_restrict
#define av_restrict restrict
#endif
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff - 1)
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment