Commit 83677636 authored by lu_zero's avatar lu_zero

fix a warning

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4fb540ba
......@@ -27,6 +27,10 @@
extern int has_altivec(void);
void put_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
void avg_pixels16_altivec(uint8_t *block, const uint8_t *pixels, int line_size, int h);
// used to build registers permutation vectors (vcprm)
// the 's' are for words in the _s_econd vector
#define WORD_0 0x00,0x01,0x02,0x03
......
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