Enable pulseaudio in mpv
Since pulseaudio is available now, it would be cool if all our media players would support it.
This commit is contained in:
parent
fbc0d7ee54
commit
47cdb7f70f
@ -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…
Reference in New Issue
Block a user