Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-01-06 01:11:59 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-01-06 01:11:59 +0300
commitfaa67303bd2db4d7c6d3c21f935d81453c2c64d2 (patch)
tree5b4877edbd87291bcbdfb961cd64752b87d2902a /scripts/mklic.pl
parentec3120c1ab6e2eb944b8701bb2350ad92c185a25 (diff)
Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the 3rdparty directory.
Diffstat (limited to 'scripts/mklic.pl')
-rwxr-xr-xscripts/mklic.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index ee085f71d..4c295fa65 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -65,9 +65,9 @@ print $F "\n\n";
# List of 3rd party licenses [<variableName>, <pathToLicenseFile>, <DisplayName>, <URL>]
my @thirdPartyLicenses = (
- ["licenseCELT", "../celt-0.11.0-src/COPYING", "CELT", "http://www.celt-codec.org/"],
- ["licenseOpus", "../opus-src/COPYING", "Opus", "http://www.opus-codec.org/"],
- ["licenseSPEEX", "../speex/COPYING", "Speex", "http://www.speex.org/"],
+ ["licenseCELT", "../3rdparty/celt-0.11.0-src/COPYING", "CELT", "http://www.celt-codec.org/"],
+ ["licenseOpus", "../3rdparty/opus-src/COPYING", "Opus", "http://www.opus-codec.org/"],
+ ["licenseSPEEX", "../3rdparty/speex-src/COPYING", "Speex", "http://www.speex.org/"],
["licenseOpenSSL", "../3rdPartyLicenses/openssl_license.txt", "OpenSSL", "http://www.openssl.org/"],
["licenseLibsndfile", "../3rdPartyLicenses/libsndfile_license.txt", "libsndfile", "http://www.mega-nerd.com/libsndfile/"],
["licenseOgg", "../3rdPartyLicenses/libogg_license.txt", "libogg", "http://www.xiph.org/"],