On Wed, 2003-08-27 at 09:15, Tommi Sakari Uimonen wrote:
> I'm planning to use arecord for serious harddisk recording, but it can't
> write files bigger than 2BG. After browsing through kernel mailing lists
> about LFS I concluded that the problem is arecord, not the underlying
> filesystem (and since I've had >8GB files on it :).
> 
> I looked at the code, but didn't have any idea what to change.

You can almost certainly just add
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
to the CFLAGS in the Makefile. (it would be good if this was default on
32bit platforms).

Or just make it output to stdout and then redirect it to a file.

Justin




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to