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.

How to build OMX example decode_display ALONE? ezsdk 5.03.1.15

Hi,

In all docs I can find, it says "make omx" to build any example. 

I am tracking down all the makefile files and  trying hard to write/modify a makefile for decode_display alone.

For now, I follow http://processors.wiki.ti.com/index.php/OMX_Directory_structure_changes and make some changes in /examples/makefile, but totally got confused by all the dependencies.

Anybody could suggest a route or guidance to do this? Thanks  a lot.

  • Yuanwei Lao,

    In the component.mk file modify the following line:

    omx_EXAMPLES_LIST_NONXDC = decode decode_display capture_encode adec_snt c6xtest encode  audio_encode decode_mosaicdisplay       

    to

    #omx_EXAMPLES_LIST_NONXDC = decode decode_display capture_encode adec_snt c6xtest encode  audio_encode decode_mosaicdisplay       

    omx_EXAMPLES_LIST_NONXDC = decode_display

    regards,

    tarakesh.