Hy all,
I'm trayng to compile dvd plugin but it fails! this is build log http://pastebin.com/m67dab49c.
i tested it with vdr-1.7.4, gcc-4.3.3, x86
Can some one help me, ?I think is something with gcc.
Doesn't look like a problem with gcc to me. It complains that it can't find FRAMESPERSEC in player-dvd.c on line 2031. I don't know where that should come from, you could try:
grep -R FRAMESPERSEC *
from the vdr top directory, where you normally run make.
On Thu, 2 Apr 2009 02:03:27 -0700 (PDT), lucian orasanu o_lucian@yahoo.com wrote:
Hy all,
I'm trayng to compile dvd plugin but it fails! this is build log http://pastebin.com/m67dab49c.
i tested it with vdr-1.7.4, gcc-4.3.3, x86
Can some one help me, ?I think is something with gcc.
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I believe it was changed to DEFAULTFRAMESPERSECOND and is in recording.h, have a look there.