GNOME Bugzilla – Bug 628705
Missing stdlib.h include in rtsp-media.c
Last modified: 2010-09-05 20:14:31 UTC
Here's a build warning: rtsp-media.c:743:3: warning: implicit declaration of function 'atoi' You just need to #include <stdlib.h> :-)
Thanks for the bug report, this has already been fixed in git: commit 6a880e53df3a1e66ea8d591184a79817311eb4f6 Author: David Schleef <ds@schleef.org> Date: Mon Aug 9 12:56:23 2010 -0700 Add stdlib.h for atoi()