diff options
author | fritsch <Peter.Fruehberger@gmail.com> | 2016-03-29 18:15:57 +0200 |
---|---|---|
committer | fritsch <Peter.Fruehberger@gmail.com> | 2016-03-31 10:50:58 +0200 |
commit | 378eb2687c1da5f97ef47c78431033b52f0d4417 (patch) | |
tree | 196b5f454f57dc6bf432d52012dcf2f52f09cc7c /docs | |
parent | 4ab88763e6606b2d7a7cbc08752359c43d825e74 (diff) |
FFmpeg: Replace libdcadec with internal hd aware dca decoder
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.linux | 2 | ||||
-rw-r--r-- | docs/README.ubuntu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.linux b/docs/README.linux index 9c5cccf333..0d68ce600c 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -44,7 +44,7 @@ that are used to build Kodi packages on Debian/Ubuntu (with all supported external libraries enabled). Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, - dcadec-dev, default-jre, gawk, gperf, libao-dev, libasound2-dev, + default-jre, gawk, gperf, libao-dev, libasound2-dev, libass-dev (>= 0.9.8), libavahi-client-dev, libavahi-common-dev, libbluetooth-dev, libbluray-dev (>= 0.7.0), libbz2-dev, libcap-dev, libcdio-dev, libcec-dev, libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev, diff --git a/docs/README.ubuntu b/docs/README.ubuntu index e0a2fcd6b0..42343b6404 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -81,7 +81,7 @@ Tip: For those with multiple computers at home is to try out distcc ----------------------------------------------------------------------------- For Ubuntu (all versions >= 7.04): - $ sudo apt-get install automake bison build-essential cmake curl cvs dcadec-dev \ + $ sudo apt-get install automake bison build-essential cmake curl cvs \ default-jre fp-compiler gawk gdc gettext git-core gperf libasound2-dev libass-dev \ libbz2-dev libcap-dev libcdio-dev libcurl3 \ libcurl4-openssl-dev libdbus-1-dev libfontconfig-dev libegl1-mesa-dev libfreetype6-dev \ |