]> git.sesse.net Git - vlc/commitdiff
Fix flac includes accordingly to libflac's pkgconfig defaults
authorFrancois Cartegnie <fcvlcdev@free.fr>
Thu, 8 Apr 2010 16:15:58 +0000 (18:15 +0200)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 8 Apr 2010 23:33:06 +0000 (00:33 +0100)
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
modules/codec/flac.c

index 837b75f7ad6622d42cfd02dcfb10074680caed88..843bff70d410cf47a980b1f37aa534b7365dfca7 100644 (file)
@@ -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>