X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Fgengetopt%2Ffilter.m4;fp=m4%2Fgengetopt%2Ffilter.m4;h=0000000000000000000000000000000000000000;hb=2b9f5ff978bcbbe0a101a4cdf4ca7f69f14a148d;hp=b8b49f622600d749a2b1c7dccb1fe2b0f2b7c16a;hpb=35074cc1a527fd6a275101ba561c65cc13a0fa41;p=paraslash.git diff --git a/m4/gengetopt/filter.m4 b/m4/gengetopt/filter.m4 deleted file mode 100644 index b8b49f62..00000000 --- a/m4/gengetopt/filter.m4 +++ /dev/null @@ -1,25 +0,0 @@ -args "--no-handle-help --no-handle-version --conf-parser" - -purpose "Decode or process audio data from STDIN to STDOUT" - -include(header.m4) -include(loglevel.m4) - -option "filter" f -#~~~~~~~~~~~~~~~~ -"Specify filter." -string typestr="filter_spec" -optional -multiple -details=" - May be given multiple times to 'pipe' the stream through - arbitrary many filters (without copying the data). The same - filter may appear more than once, order matters. - - Options for a particular filter may be specified for each - given '--filter' option separately. You will have to quote - these options like this: - - --filter 'compress --inertia 5 --damp 2' -" -