From: Benjamin Otte Date: Sat, 14 Jun 2003 20:10:13 +0000 (+0000) Subject: gcc 3.3 and ppc fixes X-Git-Tag: 1.19.3~511^2~15372 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ee54c03c087200036756ad6fe8fc5687c5fa45d;p=platform%2Fupstream%2Fgstreamer.git gcc 3.3 and ppc fixes Original commit message from CVS: gcc 3.3 and ppc fixes --- 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];