blob: 3362406ddcc01e8d5f65d03c0e1aa3d2f8c8dc52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- gnome-settings-daemon/actions/acme-volume-gstreamer.c.orig Mon Apr 17 22:23:18 2006
+++ gnome-settings-daemon/actions/acme-volume-gstreamer.c Mon Apr 17 22:25:17 2006
@@ -29,6 +29,7 @@
#ifdef HAVE_GST10
#include <gst/gst.h>
+#include <gst/audio/mixerutils.h>
#include <gst/interfaces/mixer.h>
#include <gst/interfaces/propertyprobe.h>
#else
|