Yes I am now finally back at the task.
I have done the simple process of editing the Mplayer_Player as follows:
execle(MPLAYER_BINARY, MPLAYER_BINARY_SHORT, "-slave", "-idle", "-msglevel", "all=4", "-noborder",
"-fixed-vo", "-fs", "vc","ffmpeg12vdpau,ffh264vdpau", "-vo", "vdpau", "-vf", "screenshot"
"-ao", sALSADevice.c_str(),
"-ac", sALSACodec.c_str(),
"-lavdopts", "fast:threads=2", BLACK_MPEG_FILE, (char *) 0, environ);
}
else {
execle(MPLAYER_BINARY, MPLAYER_BINARY_SHORT, "-slave", "-idle", "-msglevel", "all=4", "-noborder",
"-fixed-vo", "-fs", "vc","ffmpeg12vdpau,ffh264vdpau", "-vo", "vdpau", "-vf", "screenshot",
"-lavdopts", "fast:threads=2", BLACK_MPEG_FILE, (char *) 0, environ);
Now I am trying to set up the development environment as indicated in
http://wiki.linuxmce.org/index.php/Setting_Up_A_Development_EnvironmentThe install of ccache keeps failing can't find the package.
What entry required in the sources.list?
Is the package completely required to compile one module.