]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/play into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 May 2024 16:37:31 +0000 (18:37 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 May 2024 16:37:31 +0000 (18:37 +0200)
commit15b2777d7cd55bf93ff3edf771455077165e3b11
treec9af8beefc9386641dc93444ec032906dc68767b
parente6587a2496f5b110283c5c938589c7a4ebb8fde5
parent2ac9b2b6975d1b4f2937f06a8804c08886208934
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().
  f
  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