Bug 232280 - build fails - IMGCTRL_ID_SOFT_AUTOBRIGHTNESSCONTRASTCORR is not defined
Summary: build fails - IMGCTRL_ID_SOFT_AUTOBRIGHTNESSCONTRASTCORR is not defined
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: Audio/Video Plugin (other bugs)
Version First Reported In: SVN
Platform: Compiled Sources Solaris
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 22:57 UTC by tropikhajma
Modified: 2010-03-27 10:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.