summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/resample/dtos.c3
1 files changed, 2 insertions, 1 deletions
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];