mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 13:57:39 +02:00
Build entire toolchain as PIC for proper static linking
This commit is contained in:
@ -71,6 +71,14 @@ ffbuild_uncxxflags() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_ldexeflags() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_unldexeflags() {
|
||||
return 0
|
||||
}
|
||||
|
||||
ffbuild_ldflags() {
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user