[FFmpeg-devel] [PATCH v2] ffbuild: read library linker objects from a file
Michael Niedermayer
michael at niedermayer.cc
Thu Mar 13 12:56:34 EET 2025
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 ..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250313/bf1a90f0/attachment.sig>
More information about the ffmpeg-devel
mailing list