1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Merge commit '0ca66409911e9fba940424be8bdfa54e056b0a4b'

* commit '0ca66409911e9fba940424be8bdfa54e056b0a4b':
  configure: Don't add -fPIC to asflags when targeting windows

Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-11-11 16:56:59 -03:00
commit ce726e7757

2
configure vendored
View File

@ -5326,9 +5326,9 @@ enable_weak_pic() {
;;
*)
add_cflags -fPIC
add_asflags -fPIC
;;
esac
add_asflags -fPIC
}
enabled pic && enable_weak_pic