summarylogtreecommitdiffstats
path: root/no_ffmpeg_download.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no_ffmpeg_download.patch')
-rw-r--r--no_ffmpeg_download.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/no_ffmpeg_download.patch b/no_ffmpeg_download.patch
new file mode 100644
index 000000000000..c3649bcf0a1c
--- /dev/null
+++ b/no_ffmpeg_download.patch
@@ -0,0 +1,11 @@
+--- a/build/share/tools/MovieMaker/build.xml
++++ b/build/share/tools/MovieMaker/build.xml
+@@ -74,7 +74,7 @@
+ nowarn="true" />
+ </target>
+
+- <target name="build" depends="compile, prepare-ffmpeg" description="Build Movie Maker Tool">
++ <target name="build" depends="compile" description="Build Movie Maker Tool">
+ <mkdir dir="tool" />
+ <jar basedir="bin" destfile="tool/MovieMaker.jar" />
+ </target>