X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Ffilter.m4;fp=ggo%2Ffilter.m4;h=4e991764f3c764339eddb0aa4e9fa68c732bcaf3;hb=3cfb1d880ebf22546486316cb74cce21f007eb07;hp=0000000000000000000000000000000000000000;hpb=f85e05c0b3951e7d3119983c118c82d71f2662a3;p=paraslash.git diff --git a/ggo/filter.m4 b/ggo/filter.m4 new file mode 100644 index 00000000..4e991764 --- /dev/null +++ b/ggo/filter.m4 @@ -0,0 +1,21 @@ +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 in an efficient way. The same filter + may appear more than once, order matters. + + Filter options may be specified for each '-f' option + separately. Note that you will have to quote these options + like this: + + -f 'compress --inertia 5 --damp 2' +" +