diff options
author | Måns Rullgård <mans@mansr.com> | 2009-11-10 00:23:42 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-11-10 00:23:42 +0000 |
commit | 7c4a001a3385c1872ee2c7fe6637ad4bb037c093 (patch) | |
tree | 8aabf5c362648e858d2b934a343e1390b10884d0 | |
parent | 260dfb1a3c5e24f1a95810d03faf8fbdf6eeff8c (diff) | |
download | ffmpeg-7c4a001a3385c1872ee2c7fe6637ad4bb037c093.tar.gz |
configure: whitespace cosmetics
Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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' |