mirror of https://git.ffmpeg.org/ffmpeg.git
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)
Originally committed as revision 1996 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ce34182dd7
commit
2c094d6338
|
@ -20,6 +20,7 @@
|
|||
#include "asm.h"
|
||||
#include "../dsputil.h"
|
||||
|
||||
extern void simple_idct_axp(DCTELEM *block);
|
||||
extern void simple_idct_put_axp(uint8_t *dest, int line_size, DCTELEM *block);
|
||||
extern void simple_idct_add_axp(uint8_t *dest, int line_size, DCTELEM *block);
|
||||
|
||||
|
@ -363,5 +364,5 @@ void dsputil_init_alpha(DSPContext* c, AVCodecContext *avctx)
|
|||
|
||||
c->idct_put = simple_idct_put_axp;
|
||||
c->idct_add = simple_idct_add_axp;
|
||||
c->idct_idct = simple_idct_axp;
|
||||
c->idct = simple_idct_axp;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue