[vlc-devel] [PATCH] Fix flac includes accordingly to libflac's pkgconfig defaults

Francois Cartegnie fcvlcdev at free.fr
Thu Apr 8 18:15:58 CEST 2010


---
 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>
-- 
1.6.4.4




More information about the vlc-devel mailing list