build: Fix directory dependencies of tests/pixfmts.mak target

This commit is contained in:
Diego Biurrun 2016-09-05 13:12:24 +02:00
parent 0e5dde7399
commit 3aa9d37d03

View File

@ -117,7 +117,7 @@ fate-filter-vflip_vflip: CMD = video_filter "vflip,vflip"
tests/pixfmts.mak: TAG = GEN
tests/pixfmts.mak: avconv$(EXESUF)
tests/pixfmts.mak: avconv$(EXESUF) | tests
$(M)printf "PIXFMTS = " > $@
$(Q)$(TARGET_EXEC) $(TARGET_PATH)/$< -pix_fmts list 2> /dev/null | awk 'NR > 8 && /^IO/ { printf $$2 " " }' >> $@
$(Q)printf "\n" >> $@