Hi Muzo, > Where does it expect to find it, so that I can make sure it is there :)
In the liquidsoap-full directory that you checked out from git, take a look at liquidsoap/config.log to see what happened. First I would look at the plugins configured: $ grep W_FDKAAC liquidsoap/config.log W_FDKAAC='' W_FDKAAC_DYN='yes' I think the above means that the fdkaac plugin was not built, but the plugin for detecting fdkaac at runtime was built. Possibly you need 'yes' for both of these. Cheers! Daniel ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
