Enable the configure switch '--enable-pipe-output', which builds musicpd with support for writing PCM audio to a pipe.
PR: ports/201304 Submitted by: Georg G.
This commit is contained in:
parent
b587485755
commit
42cb389661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391266
@ -38,12 +38,13 @@ OPTIONS_MULTI_FILE_FORMAT= AAC ADPLUG FFMPEG FLAC FLUIDSYNTH \
|
||||
VORBIS WAV WAVPACK WILDMIDI
|
||||
|
||||
OPTIONS_GROUP= PLAYBACK
|
||||
OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PULSEAUDIO SHOUTCAST
|
||||
OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST
|
||||
|
||||
ADPLUG_DESC= AdPlug support
|
||||
FLUIDSYNTH_DESC=FludSynth support (MIDI files)
|
||||
GME_DESC= GME support (video game music files)
|
||||
LAME_DESC= Support for MP3 Icecast Streams
|
||||
PIPE_DESC= Support for writing PCM audio to a pipe
|
||||
SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files)
|
||||
TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS)
|
||||
TWOLAME_DESC= TwoLAME support (mp2)
|
||||
@ -97,6 +98,7 @@ OPENAL_LIB_DEPENDS=libopenal.so:${PORTSDIR}/audio/openal
|
||||
OPUS_CONFIGURE_ENABLE=opus
|
||||
OPUS_LIB_DEPENDS=libopus.so:${PORTSDIR}/audio/opus
|
||||
OSS_CONFIGURE_ENABLE=oss
|
||||
PIPE_CONFIGURE_ENABLE=pipe-output
|
||||
PULSEAUDIO_CONFIGURE_ENABLE=pulse
|
||||
PULSEAUDIO_LIB_DEPENDS=libpulse.so:${PORTSDIR}/audio/pulseaudio
|
||||
SAMPLERATE_CONFIGURE_ENABLE=lsr
|
||||
|
Loading…
Reference in New Issue
Block a user