Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
/ Miam-Player Public archive

Commit

Permalink
acoustid: Use system headers for chromaprint on Unix
Browse files Browse the repository at this point in the history
Fixes #116.
  • Loading branch information
akien-mga committed Dec 12, 2018
1 parent b240f62 commit 1db5273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/acoustid/acoustid.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
QT += core gui multimedia network sql widgets
TEMPLATE = lib
include(chromaprint/chromaprint.pri)

# Use system headers on Unix
win32 {
include(chromaprint/chromaprint.pri)
}

DEFINES += MIAMACOUSTID_LIBRARY

Expand Down
2 changes: 1 addition & 1 deletion src/acoustid/qchromaprint.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef QCHROMAPRINT_H
#define QCHROMAPRINT_H

#include <chromaprint/chromaprint.h>
#include <chromaprint.h>

#include <QObject>

Expand Down

0 comments on commit 1db5273

Please sign in to comment.