From 0353446472d7641c79b28c22cb1136ee98235cbb Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 4 Dec 2009 17:06:04 +0000 Subject: Bump the FLAC decoder's priority above ffmpegaudio, and build it by default. --- src/combined/decoder_flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/combined/decoder_flac.c b/src/combined/decoder_flac.c index e9a7fbb25..b774e0b90 100644 --- a/src/combined/decoder_flac.c +++ b/src/combined/decoder_flac.c @@ -426,7 +426,7 @@ static uint32_t audio_types[] = { static const decoder_info_t dec_info_audio = { audio_types, /* supported types */ - 5 /* priority */ + 8 /* priority */ }; const plugin_info_t xine_plugin_info[] EXPORTED = { -- cgit v1.2.3