You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '528878ee7b377e23a194d7c801571d97793047e0'
* commit '528878ee7b377e23a194d7c801571d97793047e0': openbsd: configure: Stop enabling PIC by default Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -3154,12 +3154,6 @@ case $target_os in
|
|||||||
enabled gcc || check_ldflags -Wl,-zmuldefs
|
enabled gcc || check_ldflags -Wl,-zmuldefs
|
||||||
;;
|
;;
|
||||||
openbsd|bitrig)
|
openbsd|bitrig)
|
||||||
# On OpenBSD 4.5. the compiler does not use PIC unless
|
|
||||||
# explicitly using -fPIC. FFmpeg builds fine without PIC,
|
|
||||||
# however the generated executable will not do anything
|
|
||||||
# (simply quits with exit-code 1, no crash, no output).
|
|
||||||
# Thus explicitly enable PIC here.
|
|
||||||
enable pic
|
|
||||||
disable symver
|
disable symver
|
||||||
SHFLAGS='-shared'
|
SHFLAGS='-shared'
|
||||||
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
|
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
|
||||||
|
Reference in New Issue
Block a user