comparison rtsp.c @ 3722:68749aaea50f libavformat

ensure we get explicit definition of various _XOPEN_SOURCE functions we use
author aurel
date Thu, 14 Aug 2008 22:01:59 +0000
parents 3790cb6c893d
children d370d80ad1df
comparison
equal deleted inserted replaced
3721:caecb9f780a1 3722:68749aaea50f
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
22 /* needed by inet_aton() */
23 #define _SVID_SOURCE
21 24
22 #include "libavutil/avstring.h" 25 #include "libavutil/avstring.h"
23 #include "avformat.h" 26 #include "avformat.h"
24 27
25 #include <sys/time.h> 28 #include <sys/time.h>