ffmpeg | branch: master | Carl Eugen Hoyos <ceho...@ag.or.at> | Sun Feb 8 00:11:13 2015 +0100| [ea329b60f5d361ff67f0efc1aa81de7a114abce8] | committer: Carl Eugen Hoyos
Do not use -mdynamic-no-pic on OSX x86_64. Fixes default compilation with icc. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea329b60f5d361ff67f0efc1aa81de7a114abce8 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 0c209c5..f31d372 100755 --- a/configure +++ b/configure @@ -4069,7 +4069,7 @@ case $target_os in SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)' objformat="macho" enabled x86_64 && objformat="macho64" - enabled_any pic shared || + enabled_any pic shared x86_64 || { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; } ;; mingw32*) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog