]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/play into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 21 May 2024 18:11:43 +0000 (20:11 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 21 May 2024 18:11:43 +0000 (20:11 +0200)
commita141926700f0673a4fa53617477ee36b0b8fbade
tree2493d323abfe890c5865bebc2a5e2d44e7a8799b
parent32c6ab665d30b3ab4a3b3bdc00fa7490f14fbb97
parent9aa404fcdea4d8e2da8621315fc31b722b00abd0
Merge topic branch t/play into pu

This small series contains a few minor tweaks for para_play. The most
obvious change is that para_play is no longer built on systems which
lack libreadline.

<!--
- para_play is no longer built if libreadline is not installed.
-->

* refs/heads/t/play:
  play: Shut down alsa on input EOF.
  play: Simplify and improve get_key_map_seq().
  play: Remove pointless goto in play_post_monitor().
  Return from filter_setup() so callers can reset the terminal.
  Let para_play depend on libreadline.
Makefile.real
audiod.c
filter_common.c
play.c