Commit 76bf39ab authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'eee813ee'

* commit 'eee813ee':
  fate: Only generate tests/pixfmts.mak if some pixfmts fate test is run
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents debb8877 eee813ee
......@@ -289,7 +289,9 @@ 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" >> $@
ifneq (,$(RUNNING_FATE))
RUNNING_PIXFMTS_TESTS := $(filter check fate-list fate-filter-pixdesc%,$(MAKECMDGOALS))
ifneq (,$(RUNNING_PIXFMTS_TESTS))
-include tests/pixfmts.mak
endif
......
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