mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
gcc 3.3 and ppc fixes
Original commit message from CVS: gcc 3.3 and ppc fixes
This commit is contained in:
parent
6711570bbc
commit
5ee54c03c0
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
void conv_short_double_ppcasm(short *dest, double *src, int n)
|
||||||
{
|
{
|
||||||
int tmp[2];
|
int tmp[2];
|
||||||
|
|
Loading…
Reference in a new issue