Fixes #338849
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:
parent
270a4b8345
commit
71339b526e
2 changed files with 8 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue