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:
parent
5d9c0615be
commit
e193c74e6e
1
configure
vendored
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…
x
Reference in New Issue
Block a user