diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.FreeBSD | 3 | ||||
-rw-r--r-- | docs/README.ios.md | 2 | ||||
-rw-r--r-- | docs/README.linux | 3 | ||||
-rw-r--r-- | docs/README.opensuse | 3 | ||||
-rw-r--r-- | docs/README.osx.md | 2 |
5 files changed, 2 insertions, 11 deletions
diff --git a/docs/README.FreeBSD b/docs/README.FreeBSD index 58d72ecb9e..1314730a55 100644 --- a/docs/README.FreeBSD +++ b/docs/README.FreeBSD @@ -123,9 +123,6 @@ You can compile all addons or only specific addons by specifying e.g. ADDONS="au .1 Specific addons $ gmake -C tools/depends/target/binary-addons PREFIX=/<system prefix added on step 4.1> ADDONS="audioencoder.flac pvr.vdr.vnsi audiodecoder.snesapu" -ADSP addons: - adsp.basic, adsp.biquad.filters, adsp.freesurround - Audio decoders: audiodecoder.modplug, audiodecoder.nosefart, audiodecoder.sidplay, audiodecoder.snesapu, audiodecoder.stsound, audiodecoder.timidity, audiodecoder.vgmstream diff --git a/docs/README.ios.md b/docs/README.ios.md index 2d593b5c7a..28a6c9f616 100644 --- a/docs/README.ios.md +++ b/docs/README.ios.md @@ -101,7 +101,7 @@ above. The example below would use the iOS SDK 9.0: ### 3.3 Compile Kodi binary addons -Kodi maintains a set of binary addons (PVR clients, Visualizations, Audio DSP +Kodi maintains a set of binary addons (PVR clients, Visualizations plugins and more). They can be built as shown below: cd $HOME/Kodi diff --git a/docs/README.linux b/docs/README.linux index 0c3c411222..5826dfbaa4 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -168,9 +168,6 @@ You can compile all addons or only specific addons by specifying e.g. ADDONS="au .1 Specific addons $ make -C tools/depends/target/binary-addons PREFIX=/<system prefix added on step 4.1> ADDONS="audioencoder.flac pvr.vdr.vnsi audiodecoder.snesapu" -ADSP addons: - adsp.basic, adsp.biquad.filters, adsp.freesurround - Audio decoders: audiodecoder.modplug, audiodecoder.nosefart, audiodecoder.sidplay, audiodecoder.snesapu, audiodecoder.stsound, audiodecoder.timidity, audiodecoder.vgmstream diff --git a/docs/README.opensuse b/docs/README.opensuse index da7a554709..ba69543943 100644 --- a/docs/README.opensuse +++ b/docs/README.opensuse @@ -187,9 +187,6 @@ You can compile all addons or only specific addons by specifying e.g. ADDONS="au .1 Specific addons $ make -C tools/depends/target/binary-addons PREFIX=/<system prefix added on step 4.1> ADDONS="audioencoder.flac pvr.vdr.vnsi audiodecoder.snesapu" -ADSP addons: - adsp.basic, adsp.biquad.filters, adsp.freesurround - Audio decoders: audiodecoder.modplug, audiodecoder.nosefart, audiodecoder.sidplay, audiodecoder.snesapu, audiodecoder.stsound, audiodecoder.timidity, audiodecoder.vgmstream diff --git a/docs/README.osx.md b/docs/README.osx.md index 954faa0d47..872b80f3ce 100644 --- a/docs/README.osx.md +++ b/docs/README.osx.md @@ -96,7 +96,7 @@ above. The example below would use the macOS SDK 10.9: ### 3.3 Compile Kodi binary addons -Kodi maintains a set of binary addons (PVR clients, Visualizations, Audio DSP +Kodi maintains a set of binary addons (PVR clients, Visualizations plugins and more). They can be built as shown below: cd $HOME/Kodi |