Fix build after audio/flac 1.3.0 update.
PR: 179449 Submitted by: Arrigo Marchiori <ardovm@yahoo.it> (fix)
This commit is contained in:
parent
ea2f582e47
commit
9356780819
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320469
1 changed files with 13 additions and 0 deletions
13
multimedia/vlc/files/patch-modules-codec-flac.c
Normal file
13
multimedia/vlc/files/patch-modules-codec-flac.c
Normal 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>
|
Loading…
Reference in a new issue