summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-11-20 22:48:51 +0000
committerDiego Biurrun <diego@biurrun.de>2008-11-20 22:48:51 +0000
commitd785a6706674adf596f3ecbea4a7de5f6e588a1e (patch)
tree81d961f3b83a4bb0048423afec77fb3f95bf3b4d /libavcodec/Makefile
parent39fdda2bf157a7d8fcd51b102e12852d5aaa7573 (diff)
cosmetics: indentation
Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d3bb4cc70b..1c5999f37b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -391,13 +391,13 @@ OBJS-$(HAVE_XVMC) += xvmcvideo.o
# processor-specific code
OBJS-$(HAVE_MMX) += i386/cpuid.o \
- i386/dsputil_mmx.o \
- i386/fdct_mmx.o \
- i386/idct_mmx_xvid.o \
- i386/idct_sse2_xvid.o \
- i386/motion_est_mmx.o \
- i386/mpegvideo_mmx.o \
- i386/simple_idct_mmx.o \
+ i386/dsputil_mmx.o \
+ i386/fdct_mmx.o \
+ i386/idct_mmx_xvid.o \
+ i386/idct_sse2_xvid.o \
+ i386/motion_est_mmx.o \
+ i386/mpegvideo_mmx.o \
+ i386/simple_idct_mmx.o \
ifdef HAVE_MMX
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o