summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-07-17 10:10:22 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-07-17 10:12:15 +0200
commitf831082a0914597220ae1920ca1cd5e38b12c420 (patch)
treebd96e03f51aa005d25d71f6ca75947990a8faef1 /src
parentb938824c4832e2ebe48ef78a6c816ab202db1923 (diff)
downloadlibva-v4l2-request-f831082a0914597220ae1920ca1cd5e38b12c420.tar.gz
libva-v4l2-request-f831082a0914597220ae1920ca1cd5e38b12c420.tar.bz2
libva-v4l2-request-f831082a0914597220ae1920ca1cd5e38b12c420.zip
config: Add missing header
The object_config structure embeds some cedrus.h defines, without including its header, resulting in a compilation breakage if we don't include sunxi_cedrus.h before config.h. Fix this. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'src')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 7493c5d..2288c4d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -29,6 +29,7 @@
#include <va/va_backend.h>
#include "object_heap.h"
+#include "sunxi_cedrus.h"
#define CONFIG(data, id) ((struct object_config *) object_heap_lookup(&(data)->config_heap, id))
#define CONFIG_ID_OFFSET 0x01000000