diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-08-12 00:27:21 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-08-12 00:27:21 +0000 |
commit | 49c0dd754c85e2cbb7dfe8d63dbb7141cddaeb61 (patch) | |
tree | f91e06bf62b7b2ac179d278850f43c82148bd791 /libavcodec/Makefile | |
parent | 5d0ddd1a9fcdfbb6b24e75af4384e1d36a1d331e (diff) | |
download | ffmpeg-49c0dd754c85e2cbb7dfe8d63dbb7141cddaeb61.tar.gz |
indent
Originally committed as revision 14699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 5b633e942d..d08a8d5d47 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -389,10 +389,10 @@ OBJS += i386/fdct_mmx.o \ i386/idct_mmx_xvid.o \ i386/idct_sse2_xvid.o \ -OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ - i386/fft_sse.o \ - i386/fft_3dn.o \ - i386/fft_3dn2.o \ +OBJS-$(HAVE_YASM) += i386/fft_mmx.o \ + i386/fft_sse.o \ + i386/fft_3dn.o \ + i386/fft_3dn2.o \ OBJS-$(CONFIG_GPL) += i386/idct_mmx.o |