make all: Also build man pages.
[paraslash.git] / write.ggo
index 4afff0c02b610f1a880ad7218e5f1ce79ccae5ce..1ea8abf29265d9bc6c569f7fbeda5734cd70e972 100644 (file)
--- a/write.ggo
+++ b/write.ggo
@@ -6,7 +6,6 @@ option "list_writers" L
 "print available writers and exit"
 
        flag off
 "print available writers and exit"
 
        flag off
-       optional
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
 
 option "loglevel" l
 #~~~~~~~~~~~~~~~~~~
@@ -24,14 +23,6 @@ option "bufsize" b
        default="64"
        optional
 
        default="64"
        optional
 
-option "prebuffer" p
-#~~~~~~~~~~~~~~~~~~~
-"delay playback until buffer is filled"
-
-       int typestr="percent"
-       default="100"
-       optional
-
 option "writer" w
 #~~~~~~~~~~~~~~~~
 
 option "writer" w
 #~~~~~~~~~~~~~~~~
 
@@ -52,34 +43,3 @@ denotes microseconds since the epoch"
 
        string typestr="timeval"
        optional
 
        string typestr="timeval"
        optional
-
-
-section "alsa options"
-######################
-
-option "device" d
-#~~~~~~~~~~~~~~~~
-"set PCM device"
-       string typestr="device"
-       default="plughw:0,0"
-       optional
-
-option "channels" c
-#~~~~~~~~~~~~~~~~~~
-"number of channels (only neccessary for raw
-audio)"
-
-       int typestr="num"
-       default="2"
-       optional
-
-option "sample_rate" s
-#~~~~~~~~~~~~~~~~~~~~~
-
-"force given sample rate (only neccessary for
-raw audio)"
-
-       int typestr="num"
-       default="44100"
-       optional
-