From: Andre Noll Date: Tue, 4 Sep 2018 10:48:46 +0000 (+0200) Subject: write: Remove osx writer from write_cmd suite. X-Git-Tag: v0.6.3~77 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3d33c9e922243e6f9f716c5a220d10e34bd694b7;ds=sidebyside write: Remove osx writer from write_cmd suite. The osx writer seems to be kind of a zombie: osx_write.c came back through a mistake in a merge commit, see commit 7d9e3454 (remove osx_write.c, this time for real) from last year. But we also missed to remove the osx subcommand from the write_cmd lopsub suite. --- diff --git a/m4/lls/write_cmd.suite.m4 b/m4/lls/write_cmd.suite.m4 index 9d8ee75a..3a935aea 100644 --- a/m4/lls/write_cmd.suite.m4 +++ b/m4/lls/write_cmd.suite.m4 @@ -62,18 +62,6 @@ caption = writers arg_info = required_arg arg_type = string default_val = /dev/dsp -[subcommand osx] - purpose = output plugin for Mac OS coreaudio - [option numbuffers] - short_opt = n - summary = number of audio buffers to allocate - typestr = num - arg_info = required_arg - arg_type = uint32 - default_val = 20 - [help] - Increase if you get buffer underruns. - [/help] [subcommand file] purpose = output plugin that writes to a local file [option filename]