ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sat Nov 11 16:55:43 2017 -0300| [7e3d6f10f08ae8ce9c6720fb7041fd739aef9143] | committer: James Almer
Merge commit 'f951837ce58e8588b175fb53a76fd453a81528ec' * commit 'f951837ce58e8588b175fb53a76fd453a81528ec': configure: Don't add -fPIC to cflags for target_os=win32 Merged-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e3d6f10f08ae8ce9c6720fb7041fd739aef9143 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 5461f42c9d..f1edf815cf 100755 --- a/configure +++ b/configure @@ -5322,7 +5322,7 @@ enable_weak_pic() { enable pic add_cppflags -DPIC case "$target_os" in - mingw*|cygwin*) + mingw*|cygwin*|win*) ;; *) add_cflags -fPIC ====================================================================== _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog