Hello,
We are using the Linux SDK 07.00.00.00 and we like to compile mplayer to use on our board.
I followed this guide: http://processors.wiki.ti.com/index.php/Mplayer and give the following configur command:
./configure --enable-cross-compile --cc=arm-linux-gnueabihf-gcc --host-cc=gcc --as=arm-linux-gnueabihf-as --ar=arm-linux-gnueabihf-ar --ranlib=arm-linux-gnueabihf-ranlib --target=arm-linux --enable-alsa
The path to the arm-linux-gnueabihf- is exported so could be acces and I use Ubuntu 12.04.
When I make I get an Z_NO_COMPRESSION error in the vo_png.c, so I configured again with the --disable-png added to it.
Then I run make again and I get an error in vo_ivtv.c in function 'ivtv_reset', 'sd' and 'sd1' isn't known, IVTV_STOP_FL_HIDE_FRAME error and few in vo_ivtv.c
What can I do to compile this correctly
Thanks in advance
Patrick