mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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
a3625bca95
commit
e95fdde2ad
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)
|
||||
{
|
||||
int tmp[2];
|
||||
|
|
Loading…
Reference in a new issue