[MPlayer-dev-eng] [PATCH] Add audio support for sndio API.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Dec 9 21:52:12 CET 2013
On Fri, Dec 06, 2013 at 12:40:20AM -0500, Brad Smith wrote:
> + pfds = malloc(sizeof(struct pollfd) * sio_nfds(hdl));
This doesn't compile since a stdlib.h include for malloc is missing.
More information about the MPlayer-dev-eng
mailing list