mirror of
https://github.com/alexkay/spek.git
synced 2025-05-17 06:56:33 +03:00
14 lines
308 B
Diff
14 lines
308 B
Diff
Author: Reinhard Tartler <siretart@tauware.de>
|
|
Description: Fix compilation with libav 0.8
|
|
Bug-Debian: http://bugs.debian.org/654224
|
|
--- 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"
|
|
|