summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-12-04 17:06:04 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-12-04 17:06:04 +0000
commit0353446472d7641c79b28c22cb1136ee98235cbb (patch)
treefa3924c09a12733f2af9e7ead6a242f73d594931 /src
parentec67ad7ba434b00631406a18d77b6c4872a6cd21 (diff)
downloadxine-lib-0353446472d7641c79b28c22cb1136ee98235cbb.tar.gz
xine-lib-0353446472d7641c79b28c22cb1136ee98235cbb.tar.bz2
Bump the FLAC decoder's priority above ffmpegaudio, and build it by default.
Diffstat (limited to 'src')
-rw-r--r--src/combined/decoder_flac.c2
1 files changed, 1 insertions, 1 deletions
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 = {