diff options
author | wiz <wiz> | 2013-06-15 22:59:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-15 22:59:10 +0000 |
commit | d6d7a6e50428d47c1fe69685b4fb37e6750560d6 (patch) | |
tree | 76f7df6cb609a1fb31e28b81fe2d29a56bf54665 /multimedia | |
parent | 37c8e667995ff3a6708f52cd1fbb0990ca15630b (diff) | |
download | pkgsrc-d6d7a6e50428d47c1fe69685b4fb37e6750560d6.tar.gz |
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.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vlc/patches/patch-modules_codec_flac.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/vlc/patches/patch-modules_codec_flac.c b/multimedia/vlc/patches/patch-modules_codec_flac.c new file mode 100644 index 00000000000..30e5df7f72f --- /dev/null +++ b/multimedia/vlc/patches/patch-modules_codec_flac.c @@ -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> |