Author: tack
Date: Wed Dec 20 22:22:16 2006
New Revision: 2261

Modified:
   trunk/xine/src/drivers/video_out_kaa.c

Log:
Don't inline functions that will be called indirectly via 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:22:16 2006
@@ -563,7 +563,7 @@
     stopwatch(2, NULL);
 }
 
-static inline void
+static void
 blend_plane_C(long w, long slice_h, uint8_t *dst, uint8_t *src,
               uint8_t *overlay, uint8_t *alpha, long frame_stride,
               long overlay_stride)
@@ -581,7 +581,7 @@
 
 
 #if defined(ARCH_X86) || defined(ARCH_X86_64)
-static inline void
+static void
 blend_plane_MMX(long w, long slice_h, uint8_t *dst, uint8_t *src,
                 uint8_t *overlay, uint8_t *alpha, long frame_stride,
                 long overlay_stride)

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

Reply via email to