From 41ac08d2b45f0f6eb369ea57604796be69200185 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 16 Feb 2009 23:16:11 +0200 Subject: 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. --- defaultopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'defaultopts.c') 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, -- cgit v1.2.3