diff options
-rw-r--r-- | src/post/goom/ppc_zoom_ultimate.h | 2 | ||||
-rw-r--r-- | src/xine-utils/xine_mmx.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/ppc_zoom_ultimate.h b/src/post/goom/ppc_zoom_ultimate.h index d6932e7e6..d070071c9 100644 --- a/src/post/goom/ppc_zoom_ultimate.h +++ b/src/post/goom/ppc_zoom_ultimate.h @@ -11,4 +11,4 @@ void ppc_zoom_generic (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]); /* G4 Specific PowerPC Code (Possible use of Altivec and Data Streams) */ -void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
\ No newline at end of file +void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]); diff --git a/src/xine-utils/xine_mmx.h b/src/xine-utils/xine_mmx.h index 589e1b7fb..440d1efcc 100644 --- a/src/xine-utils/xine_mmx.h +++ b/src/xine-utils/xine_mmx.h @@ -487,4 +487,4 @@ typedef union { : "X" (mem)) #endif /*ARCH_X86 */ -#endif /*XINE_MMX_H*/
\ No newline at end of file +#endif /*XINE_MMX_H*/ |