[Bug 4363] Review request: chromium-libs-media-freeworld - Chromium media libraries built with all possible codecs

2017-03-21 Thread RPM Fusion Bugzilla
https://bugzilla.rpmfusion.org/show_bug.cgi?id=4363 --- Comment #14 from Jeremy Newton --- (In reply to Tom "spot" Callaway from comment #12) > Look at what I found: > > https://spot.fedorapeople.org/chromium-libs-media-freeworld.spec Thanks Tom! Unfortunately I don't

Re: error: call of overloaded 'abs(unsigned int)' is ambiguous

2017-03-21 Thread Martin Gansser
> Martin Gansser wrote on 03/21/2017 07:17 PM: > > Well, abs is abs(int). Here sr is unsigned int, so > at the line abs(real - sr), "real - sr" has type "unsigned int", > so this is ambiguous. > > Maybe abs(real - (int)sr) is intended? > > Regards, > Mamoru took your suggestion, thanks.

Re: error: call of overloaded 'abs(unsigned int)' is ambiguous

2017-03-21 Thread Mamoru TASAKA
Martin Gansser wrote on 03/21/2017 07:17 PM: the build of vdr-mp3 fails during the fc26 mass build with this error: error: call of overloaded 'abs(unsigned int)' is ambiguous build.log: http://koji.rpmfusion.org/kojifiles/work/tasks/811/90811/build.log This is the part of the affected code:

Re: Rebuilding ffmpeg for rawhide

2017-03-21 Thread Sérgio Basto
Hi,  We are rebuilding all packages to add the 3 new arches, at same time we do the mass rebuild of F26 and just after that it will be made the F26 branch. Because of mini bootstrap on new 3 arches the process is delayed, to build ffmpeg we need 4 packages , but in a few hours/days it will all

Re: Rebuilding ffmpeg for rawhide

2017-03-21 Thread Vascom
May be first of all separate F26 repos from rawhide? Or all rebuilds will useless. пн, 20 мар. 2017 г. в 15:26, Sérgio Basto : > ffmpeg submitted : > > http://koji.rpmfusion.org/koji/taskinfo?taskID=90332 > > Thanks, > > On Seg, 2017-03-20 at 12:00 +, Vascom wrote: > >

error: call of overloaded 'abs(unsigned int)' is ambiguous

2017-03-21 Thread Martin Gansser
the build of vdr-mp3 fails during the fc26 mass build with this error: error: call of overloaded 'abs(unsigned int)' is ambiguous build.log: http://koji.rpmfusion.org/kojifiles/work/tasks/811/90811/build.log This is the part of the affected code: bool cOutputOss::Reset(unsigned int sr) {