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.

[FAQ] TDA4VM: Please fix vision_apps --> codec dependence in vision_apps/Makefile

Part Number: TDA4VM
Other Parts Discussed in Thread: SYSBIOS

Hi,

If I delete file video_codec/lib/J7/R5F/SYSBIOS/release/video_codec_common_tirtos.lib, then make vision_apps, there is an error:

error: cannot find file "video_codec_common_tirtos.lib"

So vision_apps depends codec component, but this dependence is not expressed in vision_apps/Makefile

This issue exists in PSDKR v7.2 ~ 8.0 at least

  • Hi, 

    The following patch is created on SDK v7.3.

    Here after "video_codec_common_tirtos.lib" is deleted, the MACROs corresponding to the video_codec such as ENABLE_VDEC, ENABLE_VENC and ENABLE_VHWA_CODEC
    should not be defined.
    Also the dependency of video_codec_common_tirtos is removed from R5's make file

    Codec is moved to A72 on SDK 8.0,  hence the video_codec is not present on R5 on SDK 8.0

    codec_fix.patch