Menu

Commit [r2090]  Maximize  Restore  History

Attempt to solve the buffer alignment issue once and for all.

If posix_memalign fails try memalign (a compat function is provided) with
page alignment (some memalign implementations error out with anything except
page alignment). If all of that fails there's nothing left to do but log
the failure and bail.

sms00 2003-12-07

changed /trunk/mjpeg_play/configure.in
changed /trunk/mjpeg_play/utils/cpu_accel.c
changed /trunk/mjpeg_play/utils/cpu_accel.h
/trunk/mjpeg_play/configure.in Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/utils/cpu_accel.c Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/utils/cpu_accel.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.