summaryrefslogtreecommitdiff
path: root/tests/fate/libavresample.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-16 17:58:50 +0100
committerDiego Biurrun <diego@biurrun.de>2016-04-07 15:26:08 +0200
commit01621202aad7e27b2a05c71d9ad7a19dfcbe17ec (patch)
tree125d182402e78d17ed8312303da9a9a591ac3623 /tests/fate/libavresample.mak
parente656a6ccd9cab1b0a79cffe3e609793857aae330 (diff)
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.
Diffstat (limited to 'tests/fate/libavresample.mak')
-rw-r--r--tests/fate/libavresample.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fate/libavresample.mak b/tests/fate/libavresample.mak
index 65a0e1e93d..cb61f2a76a 100644
--- a/tests/fate/libavresample.mak
+++ b/tests/fate/libavresample.mak
@@ -1,7 +1,7 @@
-CROSS_TEST = $(foreach I,$(1), \
- $(foreach J,$(1), \
- $(if $(filter-out $(I),$(J)), \
- $(eval $(call $(2),$(I),$(J),$(3),$(4),$(5))), \
+CROSS_TEST = $(foreach I,$(1), \
+ $(foreach J,$(1), \
+ $(if $(filter-out $(I),$(J)), \
+ $(eval $(call $(2),$(I),$(J),$(3),$(4),$(5))), \
)))
MIX_CHANNELS = 1 2 3 4 5 6 7 8