Change configuration file Format of mpv so we can more easily add settings and comments
This commit is contained in:
parent
6cc8c08e74
commit
9346d0e1b4
@ -33,7 +33,7 @@ termux_step_make_install () {
|
|||||||
|
|
||||||
# Use opensles audio out be default:
|
# Use opensles audio out be default:
|
||||||
mkdir -p $TERMUX_PREFIX/etc/mpv
|
mkdir -p $TERMUX_PREFIX/etc/mpv
|
||||||
echo "ao=opensles" > $TERMUX_PREFIX/etc/mpv/mpv.conf
|
cp $TERMUX_PKG_BUILDER_DIR/mpv.conf $TERMUX_PREFIX/etc/mpv/mpv.conf
|
||||||
|
|
||||||
# Try to work around OpenSL ES library clashes:
|
# Try to work around OpenSL ES library clashes:
|
||||||
# Linking against libOpenSLES causes indirect linkage against
|
# Linking against libOpenSLES causes indirect linkage against
|
||||||
|
5
packages/mpv/mpv.conf
Normal file
5
packages/mpv/mpv.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Default configuration for mpv
|
||||||
|
|
||||||
|
# Enable OpenSL ES output, since this should work on all Android devices
|
||||||
|
ao=opensles
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user