------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=156626         




------- Additional Comments From taupter gmail com  2008-02-05 04:46 -------
I reverted changes made by Charles Connell in commit 766431 to the file 
kdenetwork/kopete/libkopete/avdevice/videodevice.h , as it introduces a 
regression to Linux/x86_64 systems, disabling image controls. As these changes 
may affect the status of this bug, I'm reporting it here.
The previous patch defined __s32 if it was undefined, but in Linux the 
definition provided by that patch was wrong (signed long int, in Linux it's 
signed int) but __s32 is used only in 5 methods (setBrightness, setSaturation, 
setContrast, setHue and setWhiteness) to avoid warnings at compile time, and 
properly isolated by

#if defined(__linux__) && defined(ENABLE_AV)
#ifdef V4L2_CAP_VIDEO_CAPTURE

, so it shouldn't even be analyzed by OpenSolaris' C++ compiler.
Please test and report back to me if it stops working on OpenSolaris so we can 
see together a better way to fix it without breaking other systems.
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to