On Sat, 2008-08-16 at 23:17 +0200, Hans de Goede wrote:
Stewart Adam wrote:
> I'll co-maintain if you'd like, I've prepared a gcc 4.3 patch to make
it
> build properly but I just need access to the ACL to commit it.
>
Having a co-maintainer is very welcome. gcc-4.3 patch? It builds fine with
gcc-4.3 for me. It did need patching to work with the newer version of
mjpegtools now in all branches of rpmfusion, perhaps you mean that?
Anyways the compile errors have been fixed and it has been build for all branches.
You will need to ask Xavier to fixup the ACL's so you can commit too.
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"