comparison Makefile @ 1869:1b0e22e6f4d1 libavcodec

* missing opts for make dep
author kabi
date Tue, 09 Mar 2004 12:18:40 +0000
parents 1755f959ab7f
children 01d6dc162ace
comparison
equal deleted inserted replaced
1868:771dcc2d4a0c 1869:1b0e22e6f4d1
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 ifdef TARGET_BUILTIN_VECTOR 120 ifdef TARGET_BUILTIN_VECTOR
121 i386/fft_sse.o: CFLAGS+= -msse 121 i386/fft_sse.o: CFLAGS+= -msse
122 depend: CFLAGS+= -msse
122 endif 123 endif
123 endif 124 endif
124 125
125 # armv4l specific stuff 126 # armv4l specific stuff
126 ifeq ($(TARGET_ARCH_ARMV4L),yes) 127 ifeq ($(TARGET_ARCH_ARMV4L),yes)