I want to ues dsp to decode h264 with mplayer framework and I dont want to use VISA ,
I want to call dsp when mplayer supply a avpacket data to dsp for decoding data to call h264's process function.
I dont know how to write a makefile to compile the file(.c) which calls process function. and how to compile the file(.c).
Who can give a example about it ?
The .c file will be compiled to .o file or other format ?
Can you give me some suggestion ?
thanks
chen