diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-03-10 13:36:49 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-03-10 13:36:49 +0100 |
commit | dcddca934c0d73c519c4709b6fbe3317d2a6e8a2 (patch) | |
tree | 924150a6d5d66c41e55da25d43247dd136f47c3e /configure | |
parent | 1d523ea89ab93eadd153983f3aefdcfcdede3c9a (diff) | |
download | ffmpeg-dcddca934c0d73c519c4709b6fbe3317d2a6e8a2.tar.gz |
Force -D__EXTENSIONS__ on Solaris.
This fixes compilation of libavformat/udp.o on some installations,
regression since 3a5cbc91
Reported by Cristian Dustinta for SunOS 5.10
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4040,6 +4040,7 @@ case $target_os in SHFLAGS='-shared -Wl,-h,$$(@F)' enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS" network_extralibs="-lsocket -lnsl" + add_cppflags -D__EXTENSIONS__ # When using suncc to build, the Solaris linker will mark # an executable with each instruction set encountered by # the Solaris assembler. As our libraries contain their own |