]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/play into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 19 Apr 2024 18:45:34 +0000 (20:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 19 Apr 2024 18:45:34 +0000 (20:45 +0200)
commit3678d4585314f65927935b7ea42b6231630a86e8
treeb902a74f3989b1dbc63aa380236a0abafb9432ff
parent86a18c2b00f4de210263b8a46e822aec59d668f2
parent9aa1bf4680f23c0db8d8b3edba966d1120c306a7
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.

# Conflicts:
# configure.ac
Makefile.real
audiod.c
play.c