1*b2055c35SXin Li // Copyright 2022 Google Inc. All Rights Reserved. 2*b2055c35SXin Li // 3*b2055c35SXin Li // Use of this source code is governed by a BSD-style license 4*b2055c35SXin Li // that can be found in the COPYING file in the root of the source 5*b2055c35SXin Li // tree. An additional intellectual property rights grant can be found 6*b2055c35SXin Li // in the file PATENTS. All contributing project authors may 7*b2055c35SXin Li // be found in the AUTHORS file in the root of the source tree. 8*b2055c35SXin Li // ----------------------------------------------------------------------------- 9*b2055c35SXin Li // 10*b2055c35SXin Li #include "sharpyuv/sharpyuv_cpu.h" 11*b2055c35SXin Li 12*b2055c35SXin Li // Include src/dsp/cpu.c to create SharpYuvGetCPUInfo from VP8GetCPUInfo. The 13*b2055c35SXin Li // function pointer is renamed in sharpyuv_cpu.h. 14*b2055c35SXin Li #include "src/dsp/cpu.c" 15