We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccf16a commit 15c42a8Copy full SHA for 15c42a8
1 file changed
build/shared/tools/MovieMaker/build.xml
@@ -77,6 +77,8 @@
77
usetimestamp="true" />
78
</target>
79
80
+ <mkdir dir="tool" />
81
+
82
<target name="prepare-ffmpeg" depends="download-ffmpeg">
83
<gunzip src="${ffmpeg.gz}" dest="${ffmpeg.binary}" />
84
<chmod file="${ffmpeg.binary}" perm="ugo+x" />
0 commit comments