Browse Source

Change configuration file Format of mpv so we can more easily add settings and comments

android-5
Oliver Schmidhauser 8 years ago
committed by Fredrik Fornwall
parent
commit
ad9056a886
  1. 2
      packages/mpv/build.sh
  2. 5
      packages/mpv/mpv.conf

2
packages/mpv/build.sh

@ -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

@ -0,0 +1,5 @@
# Default configuration for mpv
# Enable OpenSL ES output, since this should work on all Android devices
ao=opensles
Loading…
Cancel
Save