From ec64145246bd24f2a5c91e749b328d027fa0254e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 22 May 2008 14:49:08 +0000 Subject: gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY when including netdb.h when bui... Original commit message from CVS: * gst/udp/Makefile.am: Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY when including netdb.h when building against glibc >= 2.8. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 737e8385..69989973 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-22 Tim-Philipp Müller + + * gst/udp/Makefile.am: + Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY + when including netdb.h when building against glibc >= 2.8. + 2008-05-22 Julien Moutte * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix -- cgit