http://bugs.freedesktop.org/show_bug.cgi?id=17633
Riccardo Magliocchetti changed:
What|Removed |Added
Attachment #18963|0 |1
is obsolete|
http://bugs.freedesktop.org/show_bug.cgi?id=18553
--- Comment #12 from Riccardo Magliocchetti 2008-12-27
03:19:40 PST ---
(In reply to comment #10)
> (In reply to comment #9)
> > - http://www.revver.com - looks like there could be some video codec issues
>
> revver issue is bug 18821 so we
http://bugs.freedesktop.org/show_bug.cgi?id=18187
Riccardo Magliocchetti changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
hi,
i'm having trouble compiling latest git because of this
swfdec/test/sound/downsample.c:86: error: cannot optimize loop, the loop
counter may overflow
the code in question is this:
static guint
cut_silence (char *data, guint length, guint steps)
{
guint i, new;
new = length * steps;