diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.xml | 2 | ||||
-rw-r--r-- | doc/mpdconf.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer.xml b/doc/developer.xml index 074c7f36d..f07c52000 100644 --- a/doc/developer.xml +++ b/doc/developer.xml @@ -41,7 +41,7 @@ <listitem> <para> the code should be C++11 compliant, and must compile with - <application>GCC</application> 4.6 and + <application>GCC</application> 4.7 and <application>clang</application> 3.2 </para> </listitem> diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 96fb12e2c..7f9dddecb 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -232,7 +232,7 @@ input { # #audio_output { # type "shout" -# encoding "ogg" # optional +# encoder "vorbis" # optional # name "My Shout Stream" # host "localhost" # port "8000" |