[vlc-commits] commit: Fix flac includes accordingly to libflac's pkgconfig defaults ( Francois Cartegnie )
git at videolan.org
git at videolan.org
Fri Apr 9 01:35:14 CEST 2010
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Apr 8 18:15:58 2010 +0200| [edab4a5b5aff329b9a55d5ff2fe170e4d24f6b22] | committer: Christophe Mutricy
Fix flac includes accordingly to libflac's pkgconfig defaults
Signed-off-by: Christophe Mutricy <xtophe at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edab4a5b5aff329b9a55d5ff2fe170e4d24f6b22
---
modules/codec/flac.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/flac.c b/modules/codec/flac.c
index 837b75f..843bff7 100644
--- a/modules/codec/flac.c
+++ b/modules/codec/flac.c
@@ -35,8 +35,8 @@
#include <vlc_codec.h>
#include <vlc_aout.h>
-#include <FLAC/stream_decoder.h>
-#include <FLAC/stream_encoder.h>
+#include <stream_decoder.h>
+#include <stream_encoder.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>
More information about the vlc-commits
mailing list