I have been trying to incorporate FFmpeg into RLPLite so that i can play videos through my FEZ hydra although there isn’t any useful information on the net that actually helps me in any way. Even with the libmpeg2 library, it is quite difficult as there isn’t any documentation on how to implement the library functions.
Please help . It is for a final design project and any input would be useful.
I have had a look at those pages but unfortunately there isn’t much information there to actually implement the libmpeg2 library in keil uvision and it says look at the source code below whereas there isn’t any source code??
Is it possible to provide me with initializing the mpeg2 library on keil?
If you find it please let me know…
Its quite urgent.
I have also tried to use the samples they provided but i keep getting these errors.
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2_buffer (referred from libmpeg2.o).
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2_close (referred from libmpeg2.o).
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2_convert (referred from libmpeg2.o).
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2_info (referred from libmpeg2.o).
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2_init (referred from libmpeg2.o).
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2_parse (referred from libmpeg2.o).
libmpeg2.axf: Error: L6218E: Undefined symbol mpeg2convert_rgb24 (referred from libmpeg2.o).
i have used sample 2 and included all the necessary files. i cant seem to find the solution