]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/dce.git/commitdiff
Refreshed Makefile.am based on the new Ducati headers
authorOlivier Naudan <o-naudan@ti.com>
Mon, 29 Oct 2012 10:48:38 +0000 (06:48 -0400)
committerOlivier Naudan <o-naudan@ti.com>
Fri, 2 Nov 2012 14:17:40 +0000 (10:17 -0400)
Makefile.am
configure.ac
packages/codec_engine/Makefile.am
packages/framework_components/Makefile.am [new file with mode: 0644]
packages/ivahd_codecs/Makefile.am
packages/xdais/Makefile.am

index da4619b8c77dcddfc0a4f16e0fe2d651ff5456ec..cd56ca356c59e28aa170dc6b64948a77c6df38da 100644 (file)
@@ -2,18 +2,22 @@
 
 SUBDIRS                      = \
                                packages/codec_engine \
+                               packages/framework_components \
                                packages/ivahd_codecs \
-                               packages/xdctools \
-                               packages/xdais
+                               packages/xdais \
+                               packages/xdctools
 
 lib_LTLIBRARIES              = libdce.la
 
 CE_CFLAGS                    = \
                                -I$(top_srcdir)/ducati \
+                               -I$(top_srcdir)/packages/ \
                                -I$(top_srcdir)/packages/codec_engine \
+                               -I$(top_srcdir)/packages/framework_components \
                                -I$(top_srcdir)/packages/ivahd_codecs \
+                               -I$(top_srcdir)/packages/xdais \
                                -I$(top_srcdir)/packages/xdctools \
-                               -I$(top_srcdir)/packages/xdais
+                              -Wno-pointer-to-int-cast
 
 libdce_la_SOURCES            = libdce.c
 libdce_la_CFLAGS             = $(WARN_CFLAGS) $(CE_CFLAGS) $(DRM_CFLAGS) $(X11_CFLAGS) $(WAYLAND_CFLAGS)
index 17a114670bed3590103c79d95055ecd7ec7b7a33..ea055511ed62c028ca88b400b2e41beec092a4f0 100644 (file)
@@ -88,6 +88,7 @@ AC_CONFIG_FILES([
 libdce.pc
 Makefile
 packages/codec_engine/Makefile
+packages/framework_components/Makefile
 packages/ivahd_codecs/Makefile
 packages/xdais/Makefile
 packages/xdctools/Makefile
index aa49592e381e9ec972efe4f129222a5ded341242..7a6c17048831816dc0a6fd0f1eca215395d873f2 100644 (file)
@@ -4,10 +4,11 @@ pkg_includedir = $(includedir)/dce
 
 nobase_pkg_include_HEADERS = \
        ti/sdo/ce/Engine.h \
-       ti/sdo/ce/Server.h \
-       ti/sdo/ce/ipc/Comm.h \
-       ti/sdo/ce/node/node.h \
-       ti/sdo/ce/skel.h \
+       ti/sdo/ce/visa.h \
+       ti/sdo/ce/ServerDefs.h \
        ti/sdo/ce/video3/viddec3.h \
        ti/sdo/ce/video2/videnc2.h \
-       ti/sdo/ce/visa.h
+       ti/sdo/ce/Server.h \
+       ti/sdo/ce/skel.h \
+       ti/sdo/ce/node/node.h \
+       ti/sdo/ce/ipc/Comm.h
diff --git a/packages/framework_components/Makefile.am b/packages/framework_components/Makefile.am
new file mode 100644 (file)
index 0000000..d89d584
--- /dev/null
@@ -0,0 +1,6 @@
+## Process this file with automake to produce Makefile.in
+
+pkg_includedir = $(includedir)/dce
+
+nobase_pkg_include_HEADERS = \
+        ti/sdo/fc/ires/hdvicp/ires_hdvicp2.h
index 33ca0d894973e5ddeddbfd85e6aef9fd23b8545b..dc3c6aae3a32536056445b0564bec94e6ee924d9 100644 (file)
@@ -10,4 +10,6 @@ nobase_pkg_include_HEADERS = \
        ti/sdo/codecs/vp7dec/ivp7vdec.h \
        ti/sdo/codecs/mpeg4dec/impeg4vdec.h \
        ti/sdo/codecs/h264dec/ih264vdec.h \
-       ti/sdo/codecs/h264enc/ih264enc.h
+       ti/sdo/codecs/h264enc/ih264enc.h \
+       ti/sdo/codecs/mpeg4enc/impeg4enc.h \
+       ti/sdo/codecs/jpegvdec/ijpegvdec.h
index 2bceeca51f8e57586fa1b2d4e63a33ad522fe316..6aac2279ffa93712555bafc03680ba606b5f6c27 100644 (file)
@@ -8,4 +8,6 @@ nobase_pkg_include_HEADERS = \
        ti/xdais/dm/ivideo.h \
        ti/xdais/dm/xdm.h \
        ti/xdais/ialg.h \
+       ti/xdais/ires.h \
+       ti/xdais/ires_common.h \
        ti/xdais/xdas.h