[FFmpeg-cvslog] build: Fix directory dependencies of tests/pixfmts.mak target

Diego Biurrun git at videolan.org
Mon Mar 20 12:02:18 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Sep  5 13:12:24 2016 +0200| [3aa9d37d03da3c9b482d19b3988659287815280e] | committer: Diego Biurrun

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3aa9d37d03da3c9b482d19b3988659287815280e
---

 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" >> $@



More information about the ffmpeg-cvslog mailing list