Mercurial > mplayer.hg
diff libmpeg2/Makefile @ 22531:090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
author | diego |
---|---|
date | Tue, 13 Mar 2007 21:55:23 +0000 |
parents | 8bcff5c7e387 |
children | 04762e3ffd0b |
line wrap: on
line diff
--- a/libmpeg2/Makefile Tue Mar 13 21:31:23 2007 +0000 +++ b/libmpeg2/Makefile Tue Mar 13 21:55:23 2007 +0000 @@ -3,13 +3,13 @@ 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