aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update project for latest Androidd-pie-core-releaseAndrew F. Davis2019-07-221-8/+3
| | | | | | | Convert the Android.mk file to .bp. Also fixup various build warnings detected by newer compiler tools. Signed-off-by: Andrew F. Davis <afd@ti.com>
* [LIBDCE] Update dependency header filesBuddy Liong2017-09-291-9/+25
| | | | | | | | | | | | | Update the header files to match with framework_components_3_40_02_07 xdctools_3_50_03_33_core Modify the README on the version as well. The codec header files have been checked to be similar (only spacing different) so no update is needed. Change-Id: Ie0afb59ec58f88fd18d49d688f958cf3aafc3848 Signed-off-by: Buddy Liong <a0270631@ti.com>
* Integration based on IPC 3.30.01.12Buddy Liong2014-11-192-3/+8
| | | | | | | | | | Integration with IPC 3.30.01.12 requires build tool update on XDC tool version to 3_30_xx_xx. Using the latest XDC Tools of 3_30_05_60_core Copying the header files used from 3_30_05_60 version. Change-Id: I648bfa945bcc0d8a43b4653d8f303cd9c18ee03f Signed-off-by: Buddy Liong <buddy.budiono@ti.com>
* README updateBuddy Liong2014-08-205-21/+21
| | | | | | | | | Integration with IPC 3.23.00.01 requires build tool update on XDC tool version to 3_25_06_96 Copying the header files used from 3_25_06_90 version. Change-Id: Ie1e6e167a9cfb42fde706fa06ba4dd5900db7483 Signed-off-by: Buddy Liong <buddy.budiono@ti.com>
* [LINUX] Fix for make installSathishkumar2013-09-051-0/+7
| | | | | | | | | | | | 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>
* [QNX-MAKE] Include XDC, CE, XDAIS, IVAHD Headers from packagesSaurabh Bipin Chandra2013-09-051-0/+82
| | | | | | | | | | | This patch adds std.h from GNU and it directs the build system to include Codec Engine, XDCTools, XDAIS and IVAHD Codec Header files from the packages/ folder. This removes the need for libdce users to install these tools. Change-Id: I368a5aaff4c1edeaf6eae794bea9971787e036e3 Signed-off-by: Saurabh Bipin Chandra <a0131926@ti.com>
* [LIBDCE] Added codec, xdais and xdctools headersSunita Nadampalli2013-09-054-0/+516
This patch adds codec,xdais and xdctools headers for libdce compilation at HLOS level. Since HLOS code doesn't refer to the tools directly, this patch provides copy for all the required headers. Note# These headers need to be updated for every release if the tools versions are changed. Version Info of the added Headers: Tools: XDC version : xdctools_3_25_02_70 CE version : codec_engine_3_24_00_08 XDAIS version : xdais_7_24_00_04 IVAHD_Codecs: H.264 Dec : 02.00.13.00 MJPEG Dec : 01.00.11.01 MPEG-4 Dec : 01.00.13.00 VC-1 Dec : 01.00.00.11 MPEG-2 Dec : 01.00.12.00 SVC Dec : 00.06.00.00 H.264 Enc : 02.00.06.01 MJPEG Enc : 01.00.02.01 SVC Enc : 00.02.00.05 Change-Id: Id2307e2376d3ba0c13464c1b21cdba53d8f997f2 Signed-off-by: Sunita Nadampalli <sunitan@ti.com>