summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/drm.c
diff options
context:
space:
mode:
authorMateusz Krawczuk <m.krawczuk@samsung.com>2015-06-12 20:21:04 +0200
committerSylwester Nawrocki <s.nawrocki@samsung.com>2015-07-09 15:55:04 +0200
commit1bf120025bf3eed2bc0042c3200ad55670bc6ccb (patch)
treebfe79cd8cc3191e4415cf6543deb0be30646f24e /v4l2-mfc-example/drm.c
parente0679a35cb7d216948ddd4cd8c17940fdb872a9e (diff)
v4l2-mfc-example: DRM IPP: Commit add ipp.c and basic initial setup for DRM Image Post-Proccesing
Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
Diffstat (limited to 'v4l2-mfc-example/drm.c')
-rw-r--r--v4l2-mfc-example/drm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-mfc-example/drm.c b/v4l2-mfc-example/drm.c
index 1b408b5..c04595d 100644
--- a/v4l2-mfc-example/drm.c
+++ b/v4l2-mfc-example/drm.c
@@ -57,6 +57,7 @@ char * res##_str(int type) { \
#include <xf86drmMode.h>
#include <drm/exynos_drm.h>
#include "gem.h"
+#include "ipp.h"
struct type_name encoder_type_names[] = {
{ DRM_MODE_ENCODER_NONE, "none" },