Commit 0160fe45 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'd395895c'

* commit 'd395895c':
  fate: generate tests/pixfmts.mak for all targets requiring it
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 592a854f d395895c
......@@ -289,7 +289,7 @@ tests/pixfmts.mak: ffmpeg$(EXESUF)
$(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
$(Q)printf "\n" >> $@
RUNNING_PIXFMTS_TESTS := $(filter check fate-list fate-filter-pixdesc%,$(MAKECMDGOALS))
RUNNING_PIXFMTS_TESTS := $(filter check fate fate-list fate-filter fate-vfilter fate-filter-pixdesc%,$(MAKECMDGOALS))
ifneq (,$(RUNNING_PIXFMTS_TESTS))
-include tests/pixfmts.mak
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment