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
1 changed files with 1 additions and 1 deletions

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,