From 5519d989839e884518385bc99fa413352294f824 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 21:55:23 +0000 Subject: cosmetics: Fix indentation, reorder some lines for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libmpeg2') diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile index 98dbc2a764..3b3ebeede6 100644 --- a/libmpeg2/Makefile +++ b/libmpeg2/Makefile @@ -3,13 +3,13 @@ include ../config.mak LIBNAME_COMMON = libmpeg2.a SRCS_COMMON = alloc.c \ - cpu_accel.c\ - cpu_state.c \ - decode.c \ - header.c \ - idct.c \ - motion_comp.c \ - slice.c \ + cpu_accel.c\ + cpu_state.c \ + decode.c \ + header.c \ + idct.c \ + motion_comp.c \ + slice.c \ SRCS_COMMON-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c SRCS_COMMON-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c -- cgit v1.2.3