* missing opts for make dep
Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e83a84ac41
commit
148beec7e8
2
Makefile
2
Makefile
@ -147,7 +147,7 @@ ifeq ($(BUILD_VHOOK),yes)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
.depend: $(SRCS)
|
.depend: $(SRCS)
|
||||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
.libs: lib
|
.libs: lib
|
||||||
@test -f .libs || touch .libs
|
@test -f .libs || touch .libs
|
||||||
|
@ -119,6 +119,7 @@ OBJS += i386/fdct_mmx.o i386/cputest.o \
|
|||||||
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o
|
i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o
|
||||||
ifdef TARGET_BUILTIN_VECTOR
|
ifdef TARGET_BUILTIN_VECTOR
|
||||||
i386/fft_sse.o: CFLAGS+= -msse
|
i386/fft_sse.o: CFLAGS+= -msse
|
||||||
|
depend: CFLAGS+= -msse
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user