changeset 8184:3807503d1a21 libavcodec

cosmetics: indentation
author diego
date Thu, 20 Nov 2008 22:48:51 +0000
parents 46f183b8ce8b
children 2608f4c27249
files Makefile
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Nov 20 22:47:18 2008 +0000
+++ b/Makefile	Thu Nov 20 22:48:51 2008 +0000
@@ -391,13 +391,13 @@
 
 # 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