summaryrefslogtreecommitdiff
path: root/thirdparty/libvpx/vp8_rtcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/libvpx/vp8_rtcd.h')
-rw-r--r--thirdparty/libvpx/vp8_rtcd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/thirdparty/libvpx/vp8_rtcd.h b/thirdparty/libvpx/vp8_rtcd.h
deleted file mode 100644
index c5eeb5e579..0000000000
--- a/thirdparty/libvpx/vp8_rtcd.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "vpx_config.h"
-
-#if defined(WEBM_X86ASM) && (ARCH_X86 || ARCH_X86_64)
- #include "rtcd/vp8_rtcd_x86.h"
-#elif defined(WEBM_ARMASM) && ARCH_ARM
- #include "rtcd/vp8_rtcd_arm.h"
-#else
- #include "rtcd/vp8_rtcd_c.h"
-#endif