TetragrammatonHermit / naclports

Automatically exported from code.google.com/p/naclports
1 stars 0 forks source link

ffmpeg port broken with newlib #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ffmpeg heavily uses posix_memalign which seems to be broken under newlib:

http://code.google.com/p/nativeclient/issues/detail?id=2505

Until the upstream (nativeclient) bug is fixed I suggest adding 
"--enable-memalign-hack" to configure as a workaround.

Original issue reported on code.google.com by mfrei...@gmail.com on 9 Jun 2012 at 3:04

GoogleCodeExporter commented 9 years ago
posix_memalign is now fixed in the tip of tree SDK, with a newer version of 
dlmalloc

Original comment by jvo...@google.com on 16 Sep 2012 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by jvo...@google.com on 16 Sep 2012 at 5:08