diff options
author | neonloop | 2021-04-03 16:57:56 +0000 |
---|---|---|
committer | neonloop | 2021-04-03 16:57:56 +0000 |
commit | f81b441134306c96c0c06fa0cce77d1f78c274e4 (patch) | |
tree | e728393188f4f0fe65338d1f7df6c6bdde0288d3 /deps/flac-1.3.2/src/share/README | |
parent | 0688325a887ddfc24f5904204a4635af66d85444 (diff) | |
parent | 3993490baa28964c5e3e8f879b58147184d9b0f7 (diff) | |
download | pcsx_rearmed-f81b441134306c96c0c06fa0cce77d1f78c274e4.tar.gz pcsx_rearmed-f81b441134306c96c0c06fa0cce77d1f78c274e4.tar.bz2 pcsx_rearmed-f81b441134306c96c0c06fa0cce77d1f78c274e4.zip |
Merge remote-tracking branch 'libretro/master' into trimui-s
Diffstat (limited to 'deps/flac-1.3.2/src/share/README')
-rw-r--r-- | deps/flac-1.3.2/src/share/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/flac-1.3.2/src/share/README b/deps/flac-1.3.2/src/share/README deleted file mode 100644 index 1d4fede..0000000 --- a/deps/flac-1.3.2/src/share/README +++ /dev/null @@ -1,5 +0,0 @@ -This directory contains several convenience libraries used by the rest of the -tools and plugins. Two of them (getopt and utf8) are shamelessly copied from -vorbistools, one for manipulating UTF-8 strings (GPL) and one for implementing -getopt (LGPL). libFLAC does not link to either; the only FLAC tools that do -are GPL'ed. |