mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
Fix compile bugs, and avoid defining "LC" (from neaacdec.h) since that clashes with a Rivendell internal symbol.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user