2006-04-28  Joe Marcus Clarke <marcusi@freebsd.org>

	Fixes #338849

	* actions/acme-volume-gstreamer.c: added missing header to avoid
	64bit crash on missing prototype.
This commit is contained in:
Joe Marcus Clarke 2006-04-28 10:34:16 +00:00 committed by Rodrigo Moya
parent 270a4b8345
commit 71339b526e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2006-04-28 Joe Marcus Clarke <marcusi@freebsd.org>
Fixes #338849
* actions/acme-volume-gstreamer.c: added missing header to avoid
64bit crash on missing prototype.
2006-04-27 Bastien Nocera <hadess@hadess.net>
* actions/Makefile.am:

View file

@ -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