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
pull/126/head
Palle Lyckegaard 16 years ago committed by Diego Biurrun
parent 5d9c0615be
commit e193c74e6e
  1. 1
      configure

1
configure vendored

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

Loading…
Cancel
Save