comparison i386/dsputilenc_mmx.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 33896780c612
children 5dc77fe205ac
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 * 21 *
22 * MMX optimization by Nick Kurshev <nickols_k@mail.ru> 22 * MMX optimization by Nick Kurshev <nickols_k@mail.ru>
23 */ 23 */
24 24
25 #include "dsputil.h" 25 #include "libavutil/x86_cpu.h"
26 #include "libavcodec/dsputil.h"
27 #include "libavcodec/mpegvideo.h"
26 #include "dsputil_mmx.h" 28 #include "dsputil_mmx.h"
27 #include "mpegvideo.h"
28 #include "x86_cpu.h"
29 29
30 30
31 static void get_pixels_mmx(DCTELEM *block, const uint8_t *pixels, int line_size) 31 static void get_pixels_mmx(DCTELEM *block, const uint8_t *pixels, int line_size)
32 { 32 {
33 asm volatile( 33 asm volatile(