Re: [OS/2] ao fixes due to switch from AVFifoBuffer to AVFifi
Dave Yeo <[email protected]> Fri, 27 Sep 2024 08:48:12 -0700
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
On 09/27/24 02:24 AM, KO Myung-Hun wrote: >>>> The other problem I'm not sure how to fix is that the configure check >>>> for >>>> extern_prefix fails to find the _ prefix due to nm not understanding LX >>>> executables. Ideas besides hacking the script? >>> I assume it used to work. How did it work before? >>> >> Too be honest, here it has been broken (linking) for quite a while. > Nope. It has been working well here. > > Check your environments first, please... Especially, make sure that you > do not pass '-Zomf' to anyone of CFLAGS, CPPFLAGS, LDFLAGG, > --extra-cflags and/or --extra-ldflags. OK, that was the problem. Removing -Zomf from --extra-ldflags allowed the prefix to be correctly detected. Thanks and sorry for the noise Dave