On Saturday 29 December 2018 23:48:06 Huang-Huang Bao wrote: > diff --git a/src/modules/bluetooth/a2dp/a2dp_aac.c b/src/modules/bluetooth/a2dp/a2dp_aac.c > new file mode 100644 > index 000000000..a1d7bf1d2 > --- /dev/null > +++ b/src/modules/bluetooth/a2dp/a2dp_aac.c > @@ -0,0 +1,762 @@ > +/*** > + This file is part of PulseAudio. > + > + Copyright 2018 Huang-Huang Bao > + > + PulseAudio is free software; you can redistribute it and/or modify > + it under the terms of the GNU Lesser General Public License as > + published by the Free Software Foundation; either version 2.1 of the > + License, or (at your option) any later version. > + > + PulseAudio is distributed in the hope that it will be useful, but > + WITHOUT ANY WARRANTY; without even the implied warranty of > + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + General Public License for more details. > + > + You should have received a copy of the GNU Lesser General Public > + License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. > +***/ > + > +#include <arpa/inet.h> > +#include <string.h> > + > +#include <fdk-aac/aacenc_lib.h> > +#include <fdk-aac/aacdecoder_lib.h> This looks like license problem... I do not think that fdk-aac is compatible with above declared LGPL 2.1. -- Pali Rohár pali.rohar@xxxxxxxxx
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ pulseaudio-discuss mailing list pulseaudio-discuss@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss