From: Diego Biurrun Date: Thu, 20 Nov 2008 22:48:51 +0000 (+0000) Subject: cosmetics: indentation X-Git-Tag: v0.5~1902 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d785a6706674adf596f3ecbea4a7de5f6e588a1e;p=platform%2Fupstream%2Flibav.git cosmetics: indentation Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d3bb4cc..1c5999f 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