From 158627681845baa479c0f8a931c12447de561699 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 14 Jun 2003 20:10:13 +0000 Subject: gcc 3.3 and ppc fixes Original commit message from CVS: gcc 3.3 and ppc fixes --- gst-libs/gst/resample/dtos.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst-libs/gst') diff --git a/gst-libs/gst/resample/dtos.c b/gst-libs/gst/resample/dtos.c index d3ca4de6..7c0deadc 100644 --- a/gst-libs/gst/resample/dtos.c +++ b/gst-libs/gst/resample/dtos.c @@ -144,7 +144,8 @@ void conv_short_double_ref(short *dest, double *src, int n) } } -#ifdef HAVE_CPU_PPC +/* #ifdef HAVE_CPU_PPC */ +#if 0 void conv_short_double_ppcasm(short *dest, double *src, int n) { int tmp[2]; -- cgit v1.2.1