Browse Source

Enable pulseaudio in mpv

Since pulseaudio is available now, it would be cool if all our media
players would support it.
android-5
Oliver Schmidhauser 7 years ago
committed by Fredrik Fornwall
parent
commit
26d60482d5
  1. 4
      packages/mpv/build.sh

4
packages/mpv/build.sh

@ -4,7 +4,7 @@ TERMUX_PKG_VERSION=0.29.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=772af878cee5495dcd342788a6d120b90c5b1e677e225c7198f1e76506427319
TERMUX_PKG_SRCURL=https://github.com/mpv-player/mpv/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="ffmpeg, openal-soft, libandroid-glob"
TERMUX_PKG_DEPENDS="ffmpeg, openal-soft, libandroid-glob, libpulseaudio"
TERMUX_PKG_RM_AFTER_INSTALL="share/icons share/applications"
termux_step_pre_configure() {
@ -24,7 +24,7 @@ termux_step_make_install () {
--disable-libarchive \
--disable-libass \
--disable-lua \
--disable-pulse \
--enable-pulse \
--enable-openal \
--disable-caca \
--disable-alsa \

Loading…
Cancel
Save