This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

8168上的音频编码



您好:

   我是用的是evsdk5.04版本的包,并在官方下载了aaclcenc的编码支持安装包后,依照说明修改了makefile和环境变量。现在有两个问题:

1、安装修改说明中

host $ cd $EZSDK/component-sources/omx_xx_yy_zz_bb/makerules/

host $ vi env.mk

# AACENC - AAC Encoder

aaclcenc_PATH = $(EXTERNAL_SW_ROOT)/c674x_aaclcenc_01_00_01_00_elf

aaclcenc_INCLUDE = $(aaclcenc_PATH)/packages

also apeend in

XDCPATH $(aaclcenc_PATH)/packages;

这个在编辑后不合法,编译通不过

2、如果不修改这一句,其它地方修改都按照说明修改,则可以编译通过。但是当把$EZSDK/component-sources/omx_xx_yy_zz_bb/bin/dm81xx/bin/ti814x-evm/dm81xx_c6xdsp_debug.xe674

$EZSDK/component-sources/omx_xx_yy_zz_bb/bin/audio_encode/bin/ti814x-evm/audio_encode_a8host_debug.xv5T拷贝到目标机上,先装载了.xe674,然后执行audio_encode_a8host_debug.xv5T程序,还是一直在组建申请地方阻塞。

请问这是怎么回事。

(aaclcenc添加方法资料网址为:processors.wiki.ti.com/.../OMX_AAC_LC_Encoder_Integration_in_EZSDK