From d41f9f703375171d5766840c9edec32ff47bb25d Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 29 Feb 2024 12:08:12 +1100 Subject: Use drflac instead of miniflac This one is fast as hell! Does seeking really good too. Thank u Doctor Flac. --- lua/licenses.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua/licenses.lua') diff --git a/lua/licenses.lua b/lua/licenses.lua index 38e58678..83437454 100644 --- a/lua/licenses.lua +++ b/lua/licenses.lua @@ -149,9 +149,6 @@ return function() library("MillerShuffle", "Apache 2.0", function() apache("Copyright 2022 Ronald Ross Miller") end) - library("miniflac", "BSD", function() - bsd("Copyright (C) 2022 John Regan ") - end) library("ogg", "BSD", function() xiphbsd("Copyright (c) 2002, Xiph.org Foundation") end) -- cgit v1.2.3