app: disable spec. 8-bpp version of gimp:mask-components for non-little-endian platforms
(cherry picked from commit 6166f9ae14
)
This commit is contained in:
@ -210,6 +210,8 @@ struct Process : ProcessGeneric<T>
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct Process<guint8>
|
struct Process<guint8>
|
||||||
{
|
{
|
||||||
@ -269,6 +271,8 @@ struct Process<guint8>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif /* G_BYTE_ORDER == G_LITTLE_ENDIAN */
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
static gboolean
|
static gboolean
|
||||||
gimp_operation_mask_components_process (GimpOperationMaskComponents *self,
|
gimp_operation_mask_components_process (GimpOperationMaskComponents *self,
|
||||||
|
Reference in New Issue
Block a user