summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-10 17:36:35 +0200
committerwm4 <wm4@nowhere>2017-10-10 17:36:35 +0200
commit5f012f2d16710c81824c5f037a3849d3552b9118 (patch)
tree96fe724740f9ed5e211b5d9f6819a3c940bbfa16 /player
parentb7f90be567c3c19eb3fec30be2b76775296a6ed1 (diff)
downloadmpv-5f012f2d16710c81824c5f037a3849d3552b9118.tar.bz2
mpv-5f012f2d16710c81824c5f037a3849d3552b9118.tar.xz
audio: clarify GPL-only parts
Diffstat (limited to 'player')
-rw-r--r--player/audio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/player/audio.c b/player/audio.c
index d32b8b78d6..4c930c76b3 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -14,7 +14,8 @@
* You should have received a copy of the GNU Lesser General Public
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*
- * Parts under HAVE_GPL are licensed under GNU General Public License.
+ * Parts under HAVE_LIBAF are partially licensed under GNU General Public
+ * License (libaf/af.h glue code only).
*/
#include <stddef.h>