Author: dmeyer
Date: Wed Dec 20 22:20:12 2006
New Revision: 2260
Modified:
trunk/xine/src/drivers/video_out_kaa.c
Log:
not not use inline for function pointer
Modified: trunk/xine/src/drivers/video_out_kaa.c
==============================================================================
--- trunk/xine/src/drivers/video_out_kaa.c (original)
+++ trunk/xine/src/drivers/video_out_kaa.c Wed Dec 20 22:20:12 2006
@@ -404,7 +404,7 @@
/**
* \brief Alpha-multiplies 8 consecutive bytes. C version.
*/
-static inline void
+static void
premultiply_alpha_byte_8_C(uint8_t *byte, uint8_t *alpha,
uint8_t *dst_byte, uint8_t *dst_alpha,
int global_alpha)
@@ -419,7 +419,7 @@
/**
* \brief Alpha-multiplies 8 consecutive bytes. MMX version.
*/
-static inline void
+static void
premultiply_alpha_byte_8_MMX(uint8_t *byte, uint8_t *alpha,
uint8_t *dst_byte, uint8_t *dst_alpha,
int global_alpha)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog