diff options
author | Benjamin Otte <otte@gnome.org> | 2003-06-14 20:10:13 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-06-14 20:10:13 +0000 |
commit | 158627681845baa479c0f8a931c12447de561699 (patch) | |
tree | 894d7439a5437e7942609cfb87e6ed2783f1f05b /gst-libs/gst/resample | |
parent | f6b5a3f5b61dce0826153961d988da7defdbca02 (diff) | |
download | gst-plugins-bad-158627681845baa479c0f8a931c12447de561699.tar.gz gst-plugins-bad-158627681845baa479c0f8a931c12447de561699.tar.bz2 gst-plugins-bad-158627681845baa479c0f8a931c12447de561699.zip |
gcc 3.3 and ppc fixes
Original commit message from CVS:
gcc 3.3 and ppc fixes
Diffstat (limited to 'gst-libs/gst/resample')
-rw-r--r-- | gst-libs/gst/resample/dtos.c | 3 |
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]; |