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:
Ell
2019-03-01 13:51:25 -05:00
parent d70a030b75
commit 1d05c286c5

View File

@ -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,