Stewart Adam wrote:
> Thorsten Leemhuis wrote:
>> /me fixes TOFU and points Steward to
>>
http://en.wikipedia.org/wiki/Posting_style ;-)
>>
>> [snip]
>>
>> ACLs fixed.
>>
>> But we have a typical "don't do everything on IRC" problem here
again.
>> Stewart some days ago on IRC offered to take case of y4mscaler and thus
>> I added him as y4mscaler to
>>
http://cvs.rpmfusion.org/viewvc/free/owners/owners.list?view=markup
>> a few days ago.
>>
>> So who wants to be the primary owner for y4mscaler now?
>>
> To be honest, I don't care, Stewart?
>
> Regards,
>
> Hans
Since I need y4mscaler for dvdstyler I guess I'll be the primary owner.
About the patch, I'm not sure if this is just on rawhide or not but it's
a one-liner...
--- y4mscaler.C.old 2008-08-12 00:05:09.000000000 -0400
+++ y4mscaler.C 2008-08-12 00:05:15.000000000 -0400
@@ -23,6 +23,7 @@
#include "debug.h"
#include <mjpeg_logging.h>
+#include <sys/syslog.h>
#include "ysScaling.H"
#include "ysSource.H"
Erm,
I've build y4mscaler on rawhide, both local and on the buildsys without this
patch and it compiled fine, ah I see what you are doing, that is *NOT* the way
to get the LOG_INFO defines fixed, those were mjpegtools defines which got
removed, see my patch currently in CVS for the proper fix.
regards,
Hans