| Index: include/libyuv/cpu_id.h
 | 
| diff --git a/include/libyuv/cpu_id.h b/include/libyuv/cpu_id.h
 | 
| index a83edd501d3a8f0e8ede0911d8d6c73804798664..2ccc3e7dd3bc2d85cad8d405be23d2150dc9c455 100644
 | 
| --- a/include/libyuv/cpu_id.h
 | 
| +++ b/include/libyuv/cpu_id.h
 | 
| @@ -41,7 +41,7 @@ static const int kCpuHasAVX3 = 0x2000;
 | 
|  
 | 
|  // These flags are only valid on MIPS processors.
 | 
|  static const int kCpuHasMIPS = 0x10000;
 | 
| -static const int kCpuHasMIPS_DSPR2 = 0x20000;
 | 
| +static const int kCpuHasDSPR2 = 0x20000;
 | 
|  
 | 
|  // Internal function used to auto-init.
 | 
|  LIBYUV_API
 | 
| 
 |