diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-10-21 18:50:41 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-10-21 18:50:41 +0000 |
commit | bdca219c1fa41c6428e278ae820f3f284dbd71c5 (patch) | |
tree | 891d12b645b7562be18b74b05e6b45ac8cf0a352 | |
parent | 13fcfe7187c4cb3bca1be8dc4ea7430669e4c3a6 (diff) | |
download | xine-lib-bdca219c1fa41c6428e278ae820f3f284dbd71c5.tar.gz xine-lib-bdca219c1fa41c6428e278ae820f3f284dbd71c5.tar.bz2 |
Fix build with flac.
CVS patchset: 8347
CVS date: 2006/10/21 18:50:41
-rw-r--r-- | src/libflac/demux_flac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libflac/demux_flac.c b/src/libflac/demux_flac.c index 773bb7810..efee0b179 100644 --- a/src/libflac/demux_flac.c +++ b/src/libflac/demux_flac.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2003 the xine project + * Copyright (C) 2000-2006 the xine project * * This file is part of xine, a free video player. * @@ -39,6 +39,7 @@ #include <FLAC/stream_decoder.h> #if !defined FLAC_API_VERSION_CURRENT || FLAC_API_VERSION_CURRENT < 8 +#include <FLAC/seekable_stream_decoder.h> #define LEGACY_FLAC #else #undef LEGACY_FLAC |