Fix build after audio/flac 1.3.0 update.

PR:		179449
Submitted by:	Arrigo Marchiori <ardovm@yahoo.it> (fix)
This commit is contained in:
Christian Weisgerber 2013-06-10 12:52:39 +00:00
parent ea2f582e47
commit 9356780819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320469

View file

@ -0,0 +1,13 @@
--- modules/codec/flac.c.orig 2013-01-25 13:30:14.000000000 +0100
+++ modules/codec/flac.c 2013-06-10 14:39:04.000000000 +0200
@@ -38,8 +38,8 @@
#include <vlc_codec.h>
#include <vlc_aout.h>
-#include <stream_decoder.h>
-#include <stream_encoder.h>
+#include <FLAC/stream_decoder.h>
+#include <FLAC/stream_encoder.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>