]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/intfloat_readwrite.h
Sort AV_CPU_FLAG* by value.
[ffmpeg] / libavutil / intfloat_readwrite.h
index 4b3f9b7bcf68e2bc2d72ddabf823669122f377ce..1b80fc6e95fa836f0f5485c0b7ace71c73937993 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_INTFLOAT_READWRITE_H
-#define FFMPEG_INTFLOAT_READWRITE_H
+#ifndef AVUTIL_INTFLOAT_READWRITE_H
+#define AVUTIL_INTFLOAT_READWRITE_H
 
 #include <stdint.h>
-#include "common.h"
+#include "attributes.h"
 
 /* IEEE 80 bits extended float */
 typedef struct AVExtFloat  {
@@ -37,4 +37,4 @@ int64_t av_dbl2int(double d) av_const;
 int32_t av_flt2int(float d) av_const;
 AVExtFloat av_dbl2ext(double d) av_const;
 
-#endif /* FFMPEG_INTFLOAT_READWRITE_H */
+#endif /* AVUTIL_INTFLOAT_READWRITE_H */