Fix chromaprint includes.

This commit is contained in:
John Maguire 2014-11-06 17:26:45 +01:00
parent f150ad8971
commit 1023fe8b1e
2 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,10 @@
* USA
*/
extern "C" {
#include <libavutil/mem.h>
}
#include "utils.h"
#include "fft_lib_avfft.h"

View File

@ -21,9 +21,7 @@
#ifndef CHROMAPRINT_FFT_LIB_AVFFT_H_
#define CHROMAPRINT_FFT_LIB_AVFFT_H_
#include <math.h>
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavcodec/avfft.h>
}
#include "combined_buffer.h"