From e9370329dd317230bb2832b2f5f73434f2074e87 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 16 May 2008 17:50:20 +0000 Subject: Fix some compiler warnings. Original commit message from CVS: * ext/wavpack/gstwavpackstreamreader.c: * tests/examples/spectrum/demo-audiotest.c: * tests/examples/spectrum/demo-osssrc.c: Fix some compiler warnings. --- tests/examples/spectrum/demo-audiotest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/examples/spectrum/demo-audiotest.c') diff --git a/tests/examples/spectrum/demo-audiotest.c b/tests/examples/spectrum/demo-audiotest.c index bc2e9abc..a8d76c16 100644 --- a/tests/examples/spectrum/demo-audiotest.c +++ b/tests/examples/spectrum/demo-audiotest.c @@ -28,7 +28,9 @@ #include #include +#ifndef DEFAULT_AUDIOSINK #define DEFAULT_AUDIOSINK "autoaudiosink" +#endif static GtkWidget *drawingarea = NULL; static guint spect_height = 64; -- cgit