Fix compile bugs, and avoid defining "LC" (from neaacdec.h) since that clashes with a Rivendell internal symbol.

This commit is contained in:
Chris Smowton
2014-12-21 21:13:29 +00:00
parent f63b14cca9
commit 988e9a73fe
6 changed files with 36 additions and 22 deletions

View File

@@ -33,6 +33,7 @@
#include <arpa/inet.h>
#include <unistd.h>
#include <errno.h>
#include <assert.h>
#include <id3/tag.h>
#include <id3/misc_support.h>
@@ -3861,7 +3862,7 @@ bool RDWaveFile::GetFlacStreamInfo()
void RDWaveFile::ReadFlacMetadata()
{
#ifdef HAVE_FLAC_METADATA
#ifdef HAVE_FLAC
QString artist;
QString composer;
FLAC__StreamMetadata* tags;