Hi Euan Thanks for your kind answer. Now I am success on compiling a MJPEG Demo program and everything is O.K. But I made some "odd" changes. app.c file searches the "Davinci specific kernel header files" for examples, app.c searches the files belows. #include <media/davinci_vpfe.h> #include <media/tvp5146.h> #include <video/davincifb.h> When I compiled this, compiler said it couldn't find the header files. So I copied these header files to my jpegencdec directory and modified app.c source file like belows. #include "davinci_vpfe.h" #include "tvp5146.h" #include "davincifb.h" Anyway, Now I can run demo softwares But the my mothod of compiling the demo is not good behaviour. So, If you have any good method to include these kernel header files without errors. Please let me know.. Thanks for all.
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
