spek

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

commit 3d7783bf3895303be5728d06e636f8ea375502d1
parent e1f7c08a7a2265c5b60e8efcbac8652485f99f30
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon,  2 Jan 2012 22:14:52 +0800

Fix compilation with libav 0.8

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

diff --git a/src/spek-audio.c b/src/spek-audio.c @@ -18,6 +18,7 @@ #include <glib.h> #include <glib/gi18n.h> +#include <libavutil/mathematics.h> #include "spek-audio.h"