get rid of GP2X_BUILD checks where they are not really needed
[gpsp.git] / video.c
diff --git a/video.c b/video.c
index ffc6c7c..d3dd399 100644 (file)
--- a/video.c
+++ b/video.c
@@ -2432,6 +2432,9 @@ void expand_normal(u16 *screen_ptr, u32 start, u32 end)
 #endif
 
 
+void expand_blend(u32 *screen_src_ptr, u16 *screen_dest_ptr,
+ u32 start, u32 end);
+
 #ifndef ARM_ARCH
 
 void expand_blend(u32 *screen_src_ptr, u16 *screen_dest_ptr,