onsdag 22 Oktober 2008 skrev Alberto Villa: > hi everyone > i'm working to build kdenlive 0.7 on freebsd. i've made it with some dirty > hack and the program works, but it is quite unstable. i'd like to clean the > patches i've done in order to submit them to you (gosh... orrible english) > > actually my only problem is: linux/input.h > to avoid compilation errors i've imported some code from it, but i think > that's not enough. here's an example: > > --- src/jogshuttle.h.old 2008-10-15 09:48:47.000000000 +0000
[...] > > why is linux/input.h needed? i've read somewhere it's often required only for > joysticks or similar... in this case i could delete it from freebsd with some > ifdef... Thats the case here too: The jogshuttle device is a device meant to edit analog content (see http://www.contourdesign.com/shuttlepro/) and this is why input.h is needed, to get the events created by the usb device. You should probably look at getting rid of everything related to the jogshuttle device, including the configuration pages. I do not know if jb will accept a patch with it, but at least that is how it is :-) Regards Mads -- Mads Bondo Dydensborg mads at dydensborg.dk http://www.madsdydensborg.dk/ There has never been a good war or a bad peace. - Benjamin Franklin
