arkq / openaptx

Reverse-engineered apt-X audio codec
MIT License
135 stars 18 forks source link

Same Header Name #6

Closed kicker0429 closed 3 years ago

kicker0429 commented 3 years ago

Unless I missed a configuration option, it appears that your header and libopenaptx's are both openaptx.h. Obviously, this means that one cannot have both packages installed simultaneously.

arkq commented 3 years ago

Yes, these headers are conflicting so it is not possible to install both these libraries (in a default location). However, in most cases you do not want to have both. Either you are using libopenaptx (which is fully open-source), or you are using this repo (openaptx) because you want to use Qualcomm aptX API in your project.