Mercurial > libavutil.hg
changeset 619:c309f86c05a2 libavutil
Move internal.h #include to the end of the file so that it is after
the declaration of av_log2_16bit, which it uses.
author | diego |
---|---|
date | Sun, 25 Jan 2009 14:00:21 +0000 |
parents | e0bf946f7d23 |
children | 27481e5860c1 |
files | common.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Sat Jan 24 14:55:30 2009 +0000 +++ b/common.h Sun Jan 25 14:00:21 2009 +0000 @@ -83,10 +83,6 @@ #endif #endif -#ifdef HAVE_AV_CONFIG_H -# include "internal.h" -#endif /* HAVE_AV_CONFIG_H */ - #ifndef attribute_deprecated #if AV_GCC_VERSION_AT_LEAST(3,1) # define attribute_deprecated __attribute__((deprecated)) @@ -268,4 +264,8 @@ }\ } +#ifdef HAVE_AV_CONFIG_H +# include "internal.h" +#endif /* HAVE_AV_CONFIG_H */ + #endif /* AVUTIL_COMMON_H */