1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-11 17:39:38 +00:00

options: fix -ar default back to enabled if available

Due to a missed config variable rename -noar was always the default.
Make it default to enabled if available as it was before.
This commit is contained in:
Uoti Urpala 2009-02-16 23:16:11 +02:00
parent 0bf2bd91ec
commit 41ac08d2b4

View File

@ -41,7 +41,7 @@ void set_default_mplayer_options(struct MPOpts *opts)
.use_joystick = 1,
.use_lirc = 1,
.use_lircc = 1,
#ifdef HAVE_APPLE_REMOTE
#ifdef CONFIG_APPLE_REMOTE
.use_ar = 1,
#else
.use_ar = 0,