spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 43bc87da6cb3eaa8ae0aa0ef50bc7bc846f6c31d
parent 98aa9904ef6b0922cce98dda0d756a71dc4b10fa
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat,  2 Mar 2013 17:55:16 -0800

Fix compilation

Diffstat:
Msrc/spek-audio.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/spek-audio.cc b/src/spek-audio.cc @@ -18,6 +18,7 @@ extern "C" { #define __STDC_CONSTANT_MACROS +#define __STDC_LIMIT_MACROS #include <libavformat/avformat.h> #include <libavcodec/avcodec.h> #include <libavutil/mathematics.h>