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
This commit is contained in:
Palle Lyckegaard 2009-01-05 21:52:55 +00:00 committed by Diego Biurrun
parent 5d9c0615be
commit e193c74e6e

1
configure vendored
View File

@ -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"