|
|
|
@ -24,6 +24,8 @@ |
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. |
|
|
|
*****************************************************************************/ |
|
|
|
|
|
|
|
#include <stdlib.h> |
|
|
|
|
|
|
|
/* This handles including config.h, because the config
|
|
|
|
is already needed in the header. */ |
|
|
|
#include "merge.h" |
|
|
|
@ -36,8 +38,6 @@ |
|
|
|
# include <altivec.h> |
|
|
|
#endif |
|
|
|
|
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
* Merge (line blending) routines |
|
|
|
*****************************************************************************/ |
|
|
|
|