Re: [FFmpeg-devel] linker error

2022-10-20 Thread Rémi Denis-Courmont
Le 20 octobre 2022 10:29:47 GMT+03:00, "Helmut K. C. Tessarek" a écrit : >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA512 > >On 2022-10-20 02:48, Nicolas George wrote: >> Possibly. But between a library and a final program, the one who is at >> fault when a non-namespaced symbol conflicts is th

Re: [FFmpeg-devel] linker error

2022-10-20 Thread Helmut K. C. Tessarek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2022-10-20 02:48, Nicolas George wrote: > Possibly. But between a library and a final program, the one who is at > fault when a non-namespaced symbol conflicts is the library. In theory I agree with you. However, libass has been using the same n

Re: [FFmpeg-devel] linker error

2022-10-20 Thread Andreas Rheinhardt
Nicolas George: > Helmut K. C. Tessarek (12022-10-20): >> I compile the static ffmpeg binaries for macOS and I have noticed just now >> the following error: >> >> duplicate symbol '_read_file' in: >> fftools/ffmpeg_opt.o >> /Users/Shared/ffmpeg/sw/lib/libass.a(ass.o) >> ld: 1 duplicate symb

Re: [FFmpeg-devel] linker error

2022-10-19 Thread Nicolas George
Helmut K. C. Tessarek (12022-10-20): > I compile the static ffmpeg binaries for macOS and I have noticed just now > the following error: > > duplicate symbol '_read_file' in: > fftools/ffmpeg_opt.o > /Users/Shared/ffmpeg/sw/lib/libass.a(ass.o) > ld: 1 duplicate symbol for architecture x86_