This is a small patch to make the TI DVSDK for the DM36x boards compiling after installing the updated codecs.
newcodecs.patch (neither guaranteed to be complete nor accurate – but a start)
- install the codecs from the Texas Instruments DM36x codec website
- remove the old codecs from $DVSDK_ROOT/codecs-dm365_4_02_00_00/packages/ti/sdo/codecs
- link the resulting directories into your DVSDK, for example
ln -s /home/mfritsche/codecs/dm365_h264enc_02_30_00_06_production/dm365_h264enc_02_30_00_06_production/packages/ti/sdo/codecs/h264enc $DVSDK_ROOT/codecs-dm365_4_02_00_00/packages/ti/sdo/codecs - run make clean && make in your dvsdk-directory