comparison Makefile @ 1972:8a556283601d libavcodec

hook up support for SSE2-optimized VP3 IDCT
author melanson
date Sun, 25 Apr 2004 03:33:30 +0000
parents f74f306c30b5
children 7523553ca85f
comparison
equal deleted inserted replaced
1971:39f2ba94e09b 1972:8a556283601d
114 # i386 mmx specific stuff 114 # i386 mmx specific stuff
115 ifeq ($(TARGET_MMX),yes) 115 ifeq ($(TARGET_MMX),yes)
116 OBJS += i386/fdct_mmx.o i386/cputest.o \ 116 OBJS += i386/fdct_mmx.o i386/cputest.o \
117 i386/dsputil_mmx.o i386/mpegvideo_mmx.o \ 117 i386/dsputil_mmx.o i386/mpegvideo_mmx.o \
118 i386/idct_mmx.o i386/motion_est_mmx.o \ 118 i386/idct_mmx.o i386/motion_est_mmx.o \
119 i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o 119 i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o \
120 i386/vp3dsp_sse2.o
120 ifdef TARGET_BUILTIN_VECTOR 121 ifdef TARGET_BUILTIN_VECTOR
121 i386/fft_sse.o: CFLAGS+= -msse 122 i386/fft_sse.o: CFLAGS+= -msse
122 depend: CFLAGS+= -msse 123 depend: CFLAGS+= -msse
123 endif 124 endif
124 endif 125 endif