rafael2k / darkice

DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. This is the official development repository of Darkice.
http://www.darkice.org
200 stars 47 forks source link

configure can't find libaacplus #130

Open BillGoldsmith opened 7 years ago

BillGoldsmith commented 7 years ago

I'm trying to compile darkice with aacplus support on Centos7. I've installed libaacplus 2.0.2 from source (into /usr/local). --with-aacplus-prefix doesn't seem to be a thing, so I set the path accordingly, even tried copying libaacplus* into /usr/lib. I still get:

checking for lame library at /usr ... found at /usr checking for VORBIS... yes checking for OPUS... yes checking for faac library at /usr/local ... found at /usr/local checking for AACPLUS... no

All suggestions welcome.

PommyGit commented 6 years ago

After a 2 week marathon compiling FFmpeg and trying to link in the darkice. /configure script, i am 100% certain this wont work.

Then i discovered https://pkgs.org/download/Aacplus

Giving older precompiled debs which are for Debian 9 yet it will allow you to compile darkice with aacp even on ubuntu 18.04 if you install - dev libs. Although with your flavour im not sure how this helps as i have no experience with your OS.

I am experiencing errors on darksnow but i shall try without gui before posting her.