I had downloaded MJPEG Decoder HDVICP2 lib from http://software-dl.ti.com/dsps/dsps_public_sw/codecs/HDVICP2/index_FDS.html , but when I set env for compiling the MJPEG Decoder example program , I found that it had a env problem : I did that aswhat the document said , update the CSP from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Updates/ivahd/site.xml and http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Updates/NETRA/site.xml with CCS4 , I found that the program makefile need
--include_path="$(CSP_DIR)\csl_soc" \ and --include_path="$(CSP_DIR)\csl_ivahd" \ , but I can't found these directories on these new updated CSP directory,so the example program can't compile successfully . How and What I can do next? thank you,please give me some help!