Fix build with current flac version.
Can't completely test this package since it doesn't build for me on 6.99.20/amd64 due to *locale*() issues.
This commit is contained in:
parent
5d34a9be79
commit
e4bde32e5d
1 changed files with 15 additions and 0 deletions
15
multimedia/vlc/patches/patch-modules_codec_flac.c
Normal file
15
multimedia/vlc/patches/patch-modules_codec_flac.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-modules_codec_flac.c,v 1.1 2013/06/15 22:59:10 wiz Exp $
|
||||
|
||||
--- modules/codec/flac.c.orig 2011-07-12 18:11:24.000000000 +0000
|
||||
+++ modules/codec/flac.c
|
||||
@@ -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