Hi! Le 30 septembre 2011 06:53, KJ Koning <[email protected]> a écrit : > First of all, thank you so much for such an amazing program! > A question I had, is I've been running Liquidsoap 1.0 beta 1 and beta 3 on > Centos 5.6/5.7, but I've never been able to include AAC+ encoding. > I've compiled libaacplus 2.0.2 successfully (both with fftw and without > fftw), but no matter what I do, when trying to compile ocaml-aacplus, I get > this error: > checking for libaacplus >= 2.0.1... configure: error: aacplus not found > The files for libaacplus are here: > /usr/local/lib/libaacplus.la > /usr/local/lib/libaacplus.so.2 > /usr/local/lib/libaacplus.so.2.0.2 > /usr/local/lib/libaacplus.a > /usr/local/lib/libaacplus.so > Aacplusenc runs successfully as well. > What am I missing? I've even ran ldconfig at least a dozen times with no > luck. Any suggestions?
We use pkg-config to detect aacplus. I think that the pkg-config files should be installed when you install the library.. You should try this command: pkg-config --libs aacplus Romain ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
