Integrating updated codecs on TI DM36x

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)

  1. install the codecs from the Texas Instruments DM36x codec website
  2. remove the old codecs from $DVSDK_ROOT/codecs-dm365_4_02_00_00/packages/ti/sdo/codecs
  3. 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
  4. run make clean && make in your dvsdk-directory