summaryrefslogtreecommitdiff
path: root/data/_x264/makefile-error.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/_x264/makefile-error.diff')
-rw-r--r--data/_x264/makefile-error.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/_x264/makefile-error.diff b/data/_x264/makefile-error.diff
new file mode 100644
index 000000000..0f2ce2815
--- /dev/null
+++ b/data/_x264/makefile-error.diff
@@ -0,0 +1,12 @@
+diff -ur x264-snapshot-20190402-2245/Makefile x264-snapshot-20190402-2245+iPhone/Makefile
+--- x264-snapshot-20190402-2245/Makefile 2019-04-02 10:45:02.000000000 -1000
++++ x264-snapshot-20190402-2245+iPhone/Makefile 2019-04-02 21:24:44.000000000 -1000
+@@ -240,7 +240,7 @@
+
+ $(LIBX264): $(GENERATED) .depend $(OBJS) $(OBJASM)
+ rm -f $(LIBX264)
+- $(AR)$@ $(OBJS) $(OBJASM)
++ $(AR) -r $@ $(OBJS) $(OBJASM)
+ $(if $(RANLIB), $(RANLIB) $@)
+
+ $(SONAME): $(GENERATED) .depend $(OBJS) $(OBJASM) $(OBJSO)