summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2004-03-09 12:18:40 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2004-03-09 12:18:40 +0000
commit148beec7e8ad3b7b1d5a4304a3c48c44ed60a818 (patch)
treea6eb88993b8b32fabc44d113ef4c2795f61c1d2c /libavcodec
parente83a84ac418e71c060749f8180556daca6c4f382 (diff)
* missing opts for make dep
Originally committed as revision 2860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 40f189bd04..03d90fe767 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -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