Hi Gyan On Wed, Mar 12, 2025 at 08:22:56PM +0530, Gyan Doshi wrote: > The linker command can exceed the maximum argument limit on MinGW, > especially for libavcodec. > > The objects list is now stored in a file and passed to the linker. > --- > v2: > static linking also switched to use a file for object list > objs added to clean target and to gitignore > > .gitignore | 1 + > ffbuild/common.mak | 2 +- > ffbuild/library.mak | 8 ++++++-- > 3 files changed, 8 insertions(+), 3 deletions(-)
fails build ./configure && make -j32 ... make AR libavdevice/libavdevice.a ar: $^: No such file or directory make: *** [ffbuild/library.mak:39: libavdevice/libavdevice.a] Error 1 thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 1 "Used only once" - "Some unspecified defect prevented a second use" "In good condition" - "Can be repaird by experienced expert" "As is" - "You wouldnt want it even if you were payed for it, if you knew ..."
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".