[FFmpeg-cvslog] r16772 - trunk/libavutil/common.h
diego
subversion
Sun Jan 25 15:00:22 CET 2009
Author: diego
Date: Sun Jan 25 15:00:21 2009
New Revision: 16772
Log:
Move internal.h #include to the end of the file so that it is after
the declaration of av_log2_16bit, which it uses.
Modified:
trunk/libavutil/common.h
Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h Sun Jan 25 14:04:45 2009 (r16771)
+++ trunk/libavutil/common.h Sun Jan 25 15:00:21 2009 (r16772)
@@ -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 @@ static inline av_const float av_clipf(fl
}\
}
+#ifdef HAVE_AV_CONFIG_H
+# include "internal.h"
+#endif /* HAVE_AV_CONFIG_H */
+
#endif /* AVUTIL_COMMON_H */
More information about the ffmpeg-cvslog
mailing list