comparison sh4/dsputil_align.c @ 11400:c166792100a0 libavcodec

sh4: move dsputil prototypes to header file
author mru
date Mon, 08 Mar 2010 02:36:22 +0000
parents bb19a598f066
children
comparison
equal deleted inserted replaced
11399:bb19a598f066 11400:c166792100a0
21 */ 21 */
22 22
23 23
24 #include "libavcodec/avcodec.h" 24 #include "libavcodec/avcodec.h"
25 #include "libavcodec/dsputil.h" 25 #include "libavcodec/dsputil.h"
26 #include "dsputil_sh4.h"
26 27
27 28
28 #define LP(p) *(uint32_t*)(p) 29 #define LP(p) *(uint32_t*)(p)
29 #define LPC(p) *(const uint32_t*)(p) 30 #define LPC(p) *(const uint32_t*)(p)
30 31