[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/koffice/1.5/koffice/filters/krita/tiff
From:       Laurent Montel <montel () kde ! org>
Date:       2006-03-30 10:20:53
Message-ID: 1143714053.342400.8466.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 524333 by mlaurent:

Fix compile --enable-final


 AM            kis_ycbcr_colorspace.h   [License: GPL (v2+)]
 M  +1 -4      kis_ycbcr_u16_colorspace.cpp  
 M  +1 -5      kis_ycbcr_u8_colorspace.cpp  


** branches/koffice/1.5/koffice/filters/krita/tiff/kis_ycbcr_colorspace.h #property \
svn:eol-style  + native
--- branches/koffice/1.5/koffice/filters/krita/tiff/kis_ycbcr_u16_colorspace.cpp \
#524332:524333 @@ -18,6 +18,7 @@
  */
 
 #include "kis_ycbcr_u16_colorspace.h"
+#include "kis_ycbcr_colorspace.h"
 
 #include <qimage.h>
 
@@ -25,10 +26,6 @@
 
 #include <kis_integer_maths.h>
 
-namespace {
-    const Q_INT32 MAX_CHANNEL_YCbCr = 3;
-    const Q_INT32 MAX_CHANNEL_YCbCrA = 4;
-}
 
 KisYCbCrU16ColorSpace::KisYCbCrU16ColorSpace(KisColorSpaceFactoryRegistry* parent, \
                KisProfile* p)
     : KisU16BaseColorSpace(KisID("YCbCrAU16", "YCbCr (16-bit integer/channel)"), \
                TYPE_YCbCr_16, icSigYCbCrData, parent, p)
--- branches/koffice/1.5/koffice/filters/krita/tiff/kis_ycbcr_u8_colorspace.cpp \
#524332:524333 @@ -18,6 +18,7 @@
  */
 
 #include "kis_ycbcr_u8_colorspace.h"
+#include "kis_ycbcr_colorspace.h"
 
 #include <qimage.h>
 
@@ -25,11 +26,6 @@
 
 #include <kis_integer_maths.h>
 
-namespace {
-    const Q_INT32 MAX_CHANNEL_YCbCr_U8 = 3;
-    const Q_INT32 MAX_CHANNEL_YCbCrA_U8 = 4;
-}
-
 KisYCbCrU8ColorSpace::KisYCbCrU8ColorSpace(KisColorSpaceFactoryRegistry* parent, \
                KisProfile* p)
     : KisU8BaseColorSpace(KisID("YCbCrAU8", "YCbCr (8-bit integer/channel)"), \
TYPE_YCbCr_8, icSigYCbCrData, parent, p)  {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic