diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-02-29 12:08:12 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-02-29 12:08:12 +1100 |
| commit | d41f9f703375171d5766840c9edec32ff47bb25d (patch) | |
| tree | 25028408ed16d5aad3bdb315b6503536a875c0ac /lua/licenses.lua | |
| parent | 77145e56f4062cd060ee7fa0af9ad1a2e46df5b1 (diff) | |
| download | tangara-fw-d41f9f703375171d5766840c9edec32ff47bb25d.tar.gz | |
Use drflac instead of miniflac
This one is fast as hell! Does seeking really good too. Thank u Doctor
Flac.
Diffstat (limited to 'lua/licenses.lua')
| -rw-r--r-- | lua/licenses.lua | 3 |
1 files changed, 0 insertions, 3 deletions
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 <john@jrjrtech.com>") - end) library("ogg", "BSD", function() xiphbsd("Copyright (c) 2002, Xiph.org Foundation") end) |
