freebsd-ports/multimedia/jahshaka/files/patch-jah_libraries_jahaudio_sndfile.h
Pav Lucistnik 206ef322e1 Jahshaka is a video and film compositing, editing and special fx system
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>
2005-09-18 18:20:48 +00:00

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