You've already forked FFmpeg
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user