1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

all: Make header guard names consistent

This commit is contained in:
Timothy Gu
2016-01-28 18:25:13 -08:00
parent def56677e5
commit 180f9a0958
46 changed files with 134 additions and 134 deletions

View File

@@ -50,8 +50,8 @@
* MIPS optimization for some libm functions
*/
#ifndef AVUTIL_LIBM_MIPS_H
#define AVUTIL_LIBM_MIPS_H
#ifndef AVUTIL_MIPS_LIBM_MIPS_H
#define AVUTIL_MIPS_LIBM_MIPS_H
static av_always_inline av_const long int lrintf_mips(float x)
{
@@ -70,4 +70,4 @@ static av_always_inline av_const long int lrintf_mips(float x)
#define lrintf(x) lrintf_mips(x)
#define HAVE_LRINTF 1
#endif /* AVUTIL_LIBM_MIPS_H */
#endif /* AVUTIL_MIPS_LIBM_MIPS_H */