From e193c74e6ec3a77fb319761fc4b659bf08110f86 Mon Sep 17 00:00:00 2001 From: Palle Lyckegaard Date: Mon, 5 Jan 2009 21:52:55 +0000 Subject: [PATCH] Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible. Fixes compilation of libavformat/udp.c. patch by Palle Lyckegaard, palle lyckegaard dk Originally committed as revision 16440 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 6d9e33d49..cfa573596 100755 --- a/configure +++ b/configure @@ -1402,6 +1402,7 @@ case $target_os in FFSERVERLDFLAGS="" SHFLAGS='-shared -Wl,-h,$$(@F)' network_extralibs="-lsocket -lnsl" + add_cflags -D__EXTENSIONS__ ;; netbsd) oss_demuxer_extralibs="-lossaudio" -- 2.34.1