aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSathishkumar2013-09-05 06:34:31 -0500
committerSaurabh Bipin Chandra2013-09-05 11:09:16 -0500
commite08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e (patch)
tree45c3aee6f4fd8f47c7596534d48b7ffa065dcc0f /libdce.h
parentbdc17c43679f649cd46fec22f9dafc1c13130acc (diff)
downloadhardware-ti-libdce-e08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e.tar.gz
hardware-ti-libdce-e08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e.tar.xz
hardware-ti-libdce-e08aec49c5bee1a70ea4b8a6e1d29a5d09c8ec2e.zip
[LINUX] Fix for make install
This patch fixes make install. All the required headers are copied to $(includedir)/dce on make install. Unused variables(X11 and WAYLAND) are removed in Makefile.am and pkg-config on libmmrpc is removed as no libmmrpc.pc is available. xdc_target_types__=gnu/targets/std.h is added to libdce.h, so that applications need not do it when using libdce.h. Change-Id: I8cc70aa2102becdbdc4c6b1e38e2aaa91739c4cc Signed-off-by: Sathishkumar <x0203598@ti.com>
Diffstat (limited to 'libdce.h')
-rw-r--r--libdce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdce.h b/libdce.h
index cffa006..ea63e66 100644
--- a/libdce.h
+++ b/libdce.h
@@ -33,6 +33,7 @@
33#ifndef __LIBDCE_H__ 33#ifndef __LIBDCE_H__
34#define __LIBDCE_H__ 34#define __LIBDCE_H__
35 35
36#define xdc_target_types__ gnu/targets/std.h
36#include <xdc/std.h> 37#include <xdc/std.h>
37#include <ti/sdo/ce/Engine.h> 38#include <ti/sdo/ce/Engine.h>
38#include <ti/sdo/ce/video3/viddec3.h> 39#include <ti/sdo/ce/video3/viddec3.h>