Commit e697a141 authored by Michael Niedermayer's avatar Michael Niedermayer

cant compile on non x86 bugfix

Originally committed as revision 2536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 17f715fa
#include <inttypes.h> #include <inttypes.h>
#include "../config.h" #include "../config.h"
#include "rgb2rgb.h" #include "rgb2rgb.h"
#ifdef HAVE_MMX
#include "mmx.h" #include "mmx.h"
#endif
#include "../mmx_defs.h" #include "../mmx_defs.h"
void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size) void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size)
......
#include <inttypes.h> #include <inttypes.h>
#include "../config.h" #include "../config.h"
#include "rgb2rgb.h" #include "rgb2rgb.h"
#ifdef HAVE_MMX
#include "mmx.h" #include "mmx.h"
#endif
#include "../mmx_defs.h" #include "../mmx_defs.h"
void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size) void rgb24to32(uint8_t *src,uint8_t *dst,uint32_t src_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment