From 01621202aad7e27b2a05c71d9ad7a19dfcbe17ec Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 16 Feb 2016 17:58:50 +0100 Subject: build: miscellaneous cosmetics Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically. --- libavresample/arm/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavresample/arm') diff --git a/libavresample/arm/Makefile b/libavresample/arm/Makefile index affc2bfa45..352d1a8c13 100644 --- a/libavresample/arm/Makefile +++ b/libavresample/arm/Makefile @@ -1,7 +1,7 @@ -OBJS += arm/audio_convert_init.o \ - arm/resample_init.o +OBJS += arm/audio_convert_init.o \ + arm/resample_init.o OBJS-$(CONFIG_NEON_CLOBBER_TEST) += arm/neontest.o -NEON-OBJS += arm/audio_convert_neon.o \ - arm/resample_neon.o +NEON-OBJS += arm/audio_convert_neon.o \ + arm/resample_neon.o -- cgit v1.2.3