Commit a724b6bd authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16440 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4e4475c
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment