seit ~ zwei tagen läuft dein build auf fehler:
Code: Alles auswählen
...
Making all in libeplayer3
make[3]: Entering directory `/home/dietmarw/spark_martii/build/cs-neutrino/build_tmp/libstb-hal/libeplayer3'
CC container.lo
CC container_ffmpeg.lo
CC text_srt.lo
CC text_ssa.lo
CC container_ass.lo
CC audio.lo
CC manager.lo
CC subtitle.lo
CC video.lo
CC dvbsubtitle.lo
CC teletext.lo
CC output_subtitle.lo
CC linuxdvb.lo
CC output.lo
CC output_pipe.lo
CC playback.lo
CC writer.lo
CC aac.lo
CC wmv.lo
CC ac3.lo
CC divx.lo
CC wma.lo
CC pes.lo
CC dts.lo
CC mpeg2.lo
CC mp3.lo
CC misc.lo
CC h264.lo
CC h263.lo
CC vc1.lo
CC framebuffer.lo
make[3]: *** No rule to make target `output/writer/vorbis.c', needed by `vorbis.lo'. Stop.
make[3]: Leaving directory `/home/dietmarw/spark_martii/build/cs-neutrino/build_tmp/libstb-hal/libeplayer3'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dietmarw/spark_martii/build/cs-neutrino/build_tmp/libstb-hal'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dietmarw/spark_martii/build/cs-neutrino/build_tmp/libstb-hal'
make: *** [libstb-hal] Error 2
ach ja, hättest du etwas dagegen die interne uhr dahingehend zu ändern das die sec und das nervige blinken wegfallen?
Code: Alles auswählen
--- infoclock.cpp<----->2012-05-16 18:34:51.000000000 +0200
+++ infoclock.cpp.neu<->2012-06-04 17:00:10.330739972 +0200
@@ -64,11 +64,11 @@
{
<----->char timestr[20];
<----->time_t tm = time(0);
-<----->strftime((char*) ×tr, sizeof(timestr), "%H:%M:%S", localtime(&tm));
-<----->timestr[2] = show_dot ? ':':'.';
+<----->strftime((char*) ×tr, sizeof(timestr), "%H:%M", localtime(&tm));
+<----->timestr[2] = show_dot ? ':':':';
.
<----->int x_diff = (time_width - g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME]->getRenderWidth(timestr)) / 2;
-<----->frameBuffer->paintBoxRel(clock_x, y, time_width, time_height, COL_MENUCONTENT_PLUS_0, RADIUS_SMALL);
+<----->frameBuffer->paintBackgroundBoxRel(clock_x, y, time_width, time_height);
<----->g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME]->RenderString(clock_x + x_diff, y + digit_h + digit_offset + ((time_height - digit_h) / 2), time_width, timestr, COL_MENUCONTENT);
<----->frameBuffer->blit();
}
thx..