Menu

Commit [r2108]  Maximize  Restore  History

FreeBSD works now even with -M 2 specified to mpeg2enc. The problem was,

as suspected, that -pthread was not being used at compile and link time.
FreeBSD does not have -lpthreads nor integrated threads in libc, rather
a compiler option is used. The coredump in mpeg2enc was being caused by
pthread_attr_getstacksize() not being detected at ./configure time - and
the default stack size is far too small.

All better now.

sms00 2003-12-13

changed /trunk/mjpeg_play/configure.in
/trunk/mjpeg_play/configure.in 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.