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 <>
|
||||
struct Process<guint8>
|
||||
{
|
||||
@ -269,6 +271,8 @@ struct Process<guint8>
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* G_BYTE_ORDER == G_LITTLE_ENDIAN */
|
||||
|
||||
template <class T>
|
||||
static gboolean
|
||||
gimp_operation_mask_components_process (GimpOperationMaskComponents *self,
|
||||
|
Reference in New Issue
Block a user