From e95fdde2ad05e1a7cdfb4ae700043e43e39799ed Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 14 Jun 2003 20:10:13 +0000 Subject: [PATCH] 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(-) diff --git a/gst-libs/gst/resample/dtos.c b/gst-libs/gst/resample/dtos.c index d3ca4de672..7c0deadc1c 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];