summaryrefslogtreecommitdiffstats
path: root/libvo/osd_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd_template.c')
-rw-r--r--libvo/osd_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/osd_template.c b/libvo/osd_template.c
index 6d8305a3c5..103d169b32 100644
--- a/libvo/osd_template.c
+++ b/libvo/osd_template.c
@@ -320,7 +320,7 @@ static inline void RENAME(vo_draw_alpha_rgb24)(int w,int h, unsigned char* src,
static inline void RENAME(vo_draw_alpha_rgb32)(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
int y;
-#if HAVE_BIGENDIAN
+#if BYTE_ORDER == BIG_ENDIAN
dstbase++;
#endif
#if HAVE_MMX