Module: libav
Branch: master
Commit: 3aa9d37d03da3c9b482d19b3988659287815280e

Author:    Diego Biurrun <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Mon Sep  5 13:12:24 2016 +0200

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

---

 tests/fate/filter-video.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index d931548..82d0a62 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -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" >> $@

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to