Commit 7e97dfe8 authored by Nicolas Chauvet's avatar Nicolas Chauvet Committed by Felix Paul Kühne

Fix build with unreleased FLAC 1.3.x

The issue was initialy reported here:
http://bugzilla.redhat.com/891123

FLAC upstream has always expected to include <FLAC/ suffix
for included headers as shown in examples/c/decode/file/main.c

The FLAC suffix will not be be made available in the flac.pc
for the next release:
http://lists.xiph.org/pipermail/flac-dev/2012-April/003355.htmlSigned-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 607065b410b4768372c204ccdbbca200230fff25)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 8e700f55
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment