Commit 64d4d1fb authored by kabi's avatar kabi

* missing opts for make dep


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3b051e7f
......@@ -147,7 +147,7 @@ ifeq ($(BUILD_VHOOK),yes)
endif
.depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
$(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
.libs: lib
@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
ifdef TARGET_BUILTIN_VECTOR
i386/fft_sse.o: CFLAGS+= -msse
depend: CFLAGS+= -msse
endif
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment