mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
configure: whitespace cosmetics
Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
260dfb1a3c
commit
7c4a001a33
7
configure
vendored
7
configure
vendored
@ -1916,9 +1916,10 @@ case $target_os in
|
|||||||
;;
|
;;
|
||||||
openbsd)
|
openbsd)
|
||||||
enable malloc_aligned
|
enable malloc_aligned
|
||||||
# on OpenBSD 4.5. the compiler does not use PIC unless explicitly using
|
# On OpenBSD 4.5. the compiler does not use PIC unless
|
||||||
# -fPIC. FFmpeg builds fine without PIC, however the generated executable
|
# explicitly using -fPIC. FFmpeg builds fine without PIC,
|
||||||
# will not do anything (simply quits with exit-code 1, no crash, no output).
|
# however the generated executable will not do anything
|
||||||
|
# (simply quits with exit-code 1, no crash, no output).
|
||||||
# Thus explicitly enable PIC here.
|
# Thus explicitly enable PIC here.
|
||||||
enable pic
|
enable pic
|
||||||
SHFLAGS='-shared'
|
SHFLAGS='-shared'
|
||||||
|
Loading…
Reference in New Issue
Block a user