Bug 232280

Summary: build fails - IMGCTRL_ID_SOFT_AUTOBRIGHTNESSCONTRASTCORR is not defined
Product: [Unmaintained] kopete Reporter: tropikhajma <tropikhajma>
Component: Audio/Video PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: fschaefer.oss
Priority: NOR    
Version First Reported In: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Solaris   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description tropikhajma 2010-03-26 22:57:46 UTC
Version:            (using Devel)
Compiler:          Sun Studio 12 U1 
OS:                Solaris
Installed from:    Compiled sources

building kdenetwork on opensolaris fails with
...
"/.../srcdir/kopete/libkopete/avdevice/videodevice.cpp", line 1736: Error: IMGCTRL_ID_SOFT_AUTOBRIGHTNESSCONTRASTCORR is not defined.

in the header file, definition of IMGCTRL_ID_SOFT_AUTOBRIGHTNESSCONTRASTCORR is enclosed by #if defined(__linux__) && defined(ENABLE_AV), so it should be done similarly in the cpp



(P.S.: I wanted to file this bug in the av plugin category, but bugzilla kept throwing internal errors there)
Comment 1 Frank Schaefer 2010-03-27 10:33:41 UTC
SVN commit 1107942 by fschaefer:

Fix compilation on Solaris

BUG: 232280


 M  +4 -0      videodevice.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1107942
Comment 2 Frank Schaefer 2010-03-27 10:37:11 UTC
Please join the kopete-devel-ML if you encounter further build problems.