[Ffmpeg-devel] [patch] fall back mmap() call for working on no-mmu systems

Mike Frysinger vapier.adi
Sat Dec 16 19:59:53 CET 2006


this patch tweaks libavformat/grab.c so that if the call to
mmap(MAP_SHARED) fails, the code will retry the mmap() call but this
time with MAP_PRIVATE ... this is needed to work on no-mmu linux
systems where mmap(MAP_SHARED) typically is not supported
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg-mmap-fallback.patch
Type: application/octet-stream
Size: 1196 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061216/259dc6a7/attachment.obj>



More information about the ffmpeg-devel mailing list