Commit 29e7dc85 authored by diego's avatar diego

Move internal.h #include to the end of the file so that it is after

the declaration of av_log2_16bit, which it uses.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16772 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 838952cd
...@@ -83,10 +83,6 @@ ...@@ -83,10 +83,6 @@
#endif #endif
#endif #endif
#ifdef HAVE_AV_CONFIG_H
# include "internal.h"
#endif /* HAVE_AV_CONFIG_H */
#ifndef attribute_deprecated #ifndef attribute_deprecated
#if AV_GCC_VERSION_AT_LEAST(3,1) #if AV_GCC_VERSION_AT_LEAST(3,1)
# define attribute_deprecated __attribute__((deprecated)) # define attribute_deprecated __attribute__((deprecated))
...@@ -268,4 +264,8 @@ static inline av_const float av_clipf(float a, float amin, float amax) ...@@ -268,4 +264,8 @@ static inline av_const float av_clipf(float a, float amin, float amax)
}\ }\
} }
#ifdef HAVE_AV_CONFIG_H
# include "internal.h"
#endif /* HAVE_AV_CONFIG_H */
#endif /* AVUTIL_COMMON_H */ #endif /* AVUTIL_COMMON_H */
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