X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fintfloat_readwrite.h;h=1b80fc6e95fa836f0f5485c0b7ace71c73937993;hb=e778e50f63dcd48f3daad865fd25dc8020bcf405;hp=4b3f9b7bcf68e2bc2d72ddabf823669122f377ce;hpb=6544f48f038552973a552401cea5d4e8f1fc9c0a;p=ffmpeg diff --git a/libavutil/intfloat_readwrite.h b/libavutil/intfloat_readwrite.h index 4b3f9b7bcf6..1b80fc6e95f 100644 --- a/libavutil/intfloat_readwrite.h +++ b/libavutil/intfloat_readwrite.h @@ -18,11 +18,11 @@ * 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 -#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 */