Commit 3aa9d37d authored by Diego Biurrun's avatar Diego Biurrun

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

parent 0e5dde73
......@@ -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" >> $@
......
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