You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/denemo/files/denemo-0.9.2-glib-2.31.patch

14 lines
344 B

http://forums.gentoo.org/viewtopic-t-923604-highlight-.html
--- src/pitchrecog.c
+++ src/pitchrecog.c
@@ -28,7 +28,7 @@
#include <math.h>
#include <aubio/aubio.h>
#include <audio.h>
-#include <glib/gmessages.h>
+#include <glib.h>
#ifdef HAVE_C99_VARARGS_MACROS
#define debug(...) if (verbose) fprintf (stderr, __VA_ARGS__)