diff options
Diffstat (limited to 'thirdparty/libvpx/vpx_dsp_rtcd.h')
-rw-r--r-- | thirdparty/libvpx/vpx_dsp_rtcd.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/thirdparty/libvpx/vpx_dsp_rtcd.h b/thirdparty/libvpx/vpx_dsp_rtcd.h deleted file mode 100644 index 4d5ad89533..0000000000 --- a/thirdparty/libvpx/vpx_dsp_rtcd.h +++ /dev/null @@ -1,9 +0,0 @@ -#include "vpx_config.h" - -#if defined(WEBM_X86ASM) && (ARCH_X86 || ARCH_X86_64) - #include "rtcd/vpx_dsp_rtcd_x86.h" -#elif defined(WEBM_ARMASM) && ARCH_ARM - #include "rtcd/vpx_dsp_rtcd_arm.h" -#else - #include "rtcd/vpx_dsp_rtcd_c.h" -#endif |