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