summaryrefslogtreecommitdiffstats
path: root/defaultopts.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-16 23:16:11 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-16 23:16:11 +0200
commit41ac08d2b45f0f6eb369ea57604796be69200185 (patch)
tree9502c3731d4cbefbfeb45ea33a18b9a925084a75 /defaultopts.c
parent0bf2bd91ec69dfd908d78557a17f38e0904a52e7 (diff)
downloadmpv-41ac08d2b45f0f6eb369ea57604796be69200185.tar.bz2
mpv-41ac08d2b45f0f6eb369ea57604796be69200185.tar.xz
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.
Diffstat (limited to 'defaultopts.c')
-rw-r--r--defaultopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultopts.c b/defaultopts.c
index 5c9f9effcf..10505f4ea5 100644
--- a/defaultopts.c
+++ b/defaultopts.c
@@ -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,