configure: whitespace cosmetics

Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-11-10 00:23:42 +00:00
parent 260dfb1a3c
commit 7c4a001a33

7
configure vendored
View File

@ -1916,9 +1916,10 @@ case $target_os in
;;
openbsd)
enable malloc_aligned
# 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).
# 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
SHFLAGS='-shared'