Re: x264 - linker error
Thomas Plank <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
John Brown ([email protected]) wrote: > Usually, undefined reference errors are not hard to fix. You just have to > find out which libraries contain the undefined references, then use > configure --extra-libs to add them. But the critical point is the "finding" of the library I think. Because the error message doesn't tell me the missing library directly. > Now that you mention it, I recently noticed that fontconfig was not being > detected for me either. In the end, I edited the Mplayer configure script to > make sure that the test for fontconfig included all the necessary libraries. In > my case, they are: -lexpat -lfreetype -lz -liconv. I added now -liconv, the other ones are already available. Will see at next compile wether it works. -- mfg Thomas