Hi,
In "aec_1_33_4_3_production_dm365_mvl/packages-production/ittiam/app/aec_appaec_ce_sapp.c" I have included headers(Sound.h) for some libraries I want to use.
libasound.so library is available in "/root/dvsdk_4_01_00_09/linux-devkit/arm-none-linux-gnueabi/usr/lib" path. I tried to add -lasound via the 'lopts' attribute in package.bld as follows:
lopts: "-L$(LINUXLIBS_INSTALL_DIR)/lib -lasound"
but getting "cannot find -lasound" error. How can I specify this in `package.bld`?