206ef322e1
that uses OpenGL & OpenML hardware rendering to give operators real time interactivity. The system is cross platform, and also includes full CG, paint and image processing modules. PR: ports/85838 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
11 lines
256 B
C
11 lines
256 B
C
--- jah/libraries/jahaudio/sndfile.h.orig
|
|
+++ jah/libraries/jahaudio/sndfile.h
|
|
@@ -233,7 +233,7 @@
|
|
** off64_t (Solaris), __int64_t (Win32) etc.
|
|
*/
|
|
|
|
-typedef loff_t sf_count_t ;
|
|
+typedef off_t sf_count_t ;
|
|
|
|
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
|
|
|