Skip to content

Commit

Permalink
Fix windows ffmpeg patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Jan 18, 2022
1 parent b47e5f2 commit 9afbf24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/command_limit.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/ffbuild/library.mak b/ffbuild/library.mak
index 612bacb980..1842dac699 100644
index ad09f20..e63196d 100644
--- a/ffbuild/library.mak
+++ b/ffbuild/library.mak
@@ -19,7 +19,9 @@ $(LIBOBJS) $(LIBOBJS:.o=.s) $(LIBOBJS:.o=.i): CPPFLAGS += -DHAVE_AV_CONFIG_H

$(SUBDIR)$(LIBNAME): $(OBJS)
@@ -35,7 +35,9 @@ OBJS += $(SHLIBOBJS)
endif
$(SUBDIR)$(LIBNAME): $(OBJS) $(STLIBOBJS)
$(RM) $@
- $(AR) $(ARFLAGS) $(AR_O) $^
+ $(file >[email protected], $^)
Expand Down

0 comments on commit 9afbf24

Please sign in to comment.