diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 13:03:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-16 13:03:47 +0200 |
commit | 7f79cf98df18905e0240e271fc8a1df83a2a4031 (patch) | |
tree | 8471e95de8a700294612756da670bba0f0595fb0 /contrib/fec/README.md | |
parent | 2fc4dad6f1cd8c2f7798822d07b6918e639ee200 (diff) | |
download | ODR-AudioEnc-7f79cf98df18905e0240e271fc8a1df83a2a4031.tar.gz ODR-AudioEnc-7f79cf98df18905e0240e271fc8a1df83a2a4031.tar.bz2 ODR-AudioEnc-7f79cf98df18905e0240e271fc8a1df83a2a4031.zip |
Remove libfec dependency
Diffstat (limited to 'contrib/fec/README.md')
-rw-r--r-- | contrib/fec/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/fec/README.md b/contrib/fec/README.md new file mode 100644 index 0000000..a44d28d --- /dev/null +++ b/contrib/fec/README.md @@ -0,0 +1,12 @@ +FEC routines from KA9Q's libfec +=============================== + +This folder contains part of the libfec library by KA9Q. Only the +char-sized Reed-Solomon encoder and decoder is here. + +The files have been copied from the libfec fork at +https://github.com/Opendigitalradio/ka9q-fec + +Original code is at http://www.ka9q.net/code/fec/ + +All files in this folder are licenced under the LGPL v2.1, please see LICENCE |