mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
It contain a library and an executable compressor/decompressor of .ape files. Does not build under 4.x, we hit the wall with missing wcstol(). Working patches would be welcomed. PR: ports/70153 Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de>
11 lines
380 B
C
11 lines
380 B
C
--- src/MACLib/Assembly/Assembly.h.orig Wed May 12 06:35:56 2004
|
|
+++ src/MACLib/Assembly/Assembly.h Mon Aug 9 20:26:40 2004
|
|
@@ -6,7 +6,7 @@
|
|
void Adapt(short * pM, const short * pAdapt, int nDirection, int nOrder);
|
|
int CalculateDotProduct(const short * pA, const short * pB, int nOrder);
|
|
BOOL GetMMXAvailable();
|
|
-};
|
|
+}
|
|
|
|
#endif // #ifndef APE_ASSEMBLY_H
|
|
|