diff options
Diffstat (limited to 'packages/dsplink/ti-paths.inc')
-rw-r--r-- | packages/dsplink/ti-paths.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dsplink/ti-paths.inc b/packages/dsplink/ti-paths.inc index d72b3b5c96..e5b3373fe5 100644 --- a/packages/dsplink/ti-paths.inc +++ b/packages/dsplink/ti-paths.inc @@ -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" |