summaryrefslogtreecommitdiffstats
path: root/config.tests/libvpx/libvpx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/libvpx/libvpx.cpp')
-rw-r--r--config.tests/libvpx/libvpx.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.tests/libvpx/libvpx.cpp b/config.tests/libvpx/libvpx.cpp
index 258790309..ec261cd5a 100644
--- a/config.tests/libvpx/libvpx.cpp
+++ b/config.tests/libvpx/libvpx.cpp
@@ -28,6 +28,11 @@
#include <vpx/svc_context.h>
#include <vpx/vpx_frame_buffer.h>
+#include <vpx/vp8dx.h>
+
+#ifndef VPX_CTRL_VPXD_GET_LAST_QUANTIZER
+#error "This version of libvpx is too old, it is missing VPX_CTRL_VPXD_GET_LAST_QUANTIZER define"
+#endif
int main(int, char **)
{