gcc 3.3 and ppc fixes
authorBenjamin Otte <otte@gnome.org>
Sat, 14 Jun 2003 20:10:13 +0000 (20:10 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 14 Jun 2003 20:10:13 +0000 (20:10 +0000)
Original commit message from CVS:
gcc 3.3 and ppc fixes

gst-libs/gst/resample/dtos.c

index d3ca4de..7c0dead 100644 (file)
@@ -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];