summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPalle Lyckegaard <palle@lyckegaard.dk>2009-01-05 21:52:55 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-05 21:52:55 +0000
commite193c74e6ec3a77fb319761fc4b659bf08110f86 (patch)
treed096991d358c106512d8b39f617a350dc2d619df /configure
parent5d9c0615be5ab1b21ed4f4b4a8da3eb12057cecf (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6d9e33d498..cfa5735961 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"