dmai: update paths to codecs
authorRoger Monk <r-monk@ti.com>
Thu, 19 Feb 2009 08:28:50 +0000 (09:28 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 19 Feb 2009 08:29:23 +0000 (09:29 +0100)
packages/dsplink/dmai_1.20.bb
packages/dsplink/ti-paths.inc

index b6991a1..6560309 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Davinci (and OMAP) Multimedia Application Interface"
-DEPENDS = "virtual/kernel codec-engine"
+DEPENDS = "virtual/kernel codec-engine omap3530-dvsdk-combos"
 LICENCE = "unknown"
 
 require ti-paths.inc
@@ -27,6 +27,7 @@ TARGET_beagleboard = " o3530_al"
 TARGET_omap3evm = " o3530_al"
 
 export CE_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/cetools"
+export CODEC_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecs"
 
 do_compile_prepend_omap3evm() {
 
index d72b3b5..e5b3373 100644 (file)
@@ -15,7 +15,7 @@ TICGTOOLSDIR ?= "cg6x_6_0_16"
 
 # Path to codecs/servers package - this is taken from DVSDK 3.00.00.29
 # - This needs fixing to be x-platform (not just omap3)
-TICODECSDIR ?= "omap3530_dvsdk_combos_3_16"
+#TICODECSDIR ?= "omap3530_dvsdk_combos_3_16"
 
 # export some more variable to point to external TI tools
 # information is duplicated between the js and make based tools
@@ -32,7 +32,7 @@ export CSTOOL_DIR="${CROSS_DIR}"
 export LINUXKERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}
 
 # used by dmai (and gstreamer_ti?)
-export CODEC_INSTALL_DIR=${TITOOLSDIR}/${TICODECSDIR}
+#export CODEC_INSTALL_DIR=${TITOOLSDIR}/${TICODECSDIR}
 
 # This tells codec engine which targets to build
 DEVICES ?= "DM6446"