Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 2, 2021
1 parent 571bf29 commit b0ad3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ doc/demo.svg: fq
.PHONY: doc/formats.svg
doc/formats.svg: fq
# ignore graphviz version as it causes diff when nothing has changed
./fq -rnf doc/formats_diagram.jq | dot -Tsvg | grep -v 'Generated by graphviz version' > doc/formats.svg
./fq -rnf doc/formats_diagram.jq | dot -Tsvg | sed 's/Generated by graphviz.*//' > doc/formats.svg

doc/file.mp3: Makefile
ffmpeg -y -f lavfi -i sine -f lavfi -i testsrc -map 0:0 -map 1:0 -t 20ms "$@"
Expand Down

0 comments on commit b0ad3f2

Please sign in to comment.