From 7c4a001a3385c1872ee2c7fe6637ad4bb037c093 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 10 Nov 2009 00:23:42 +0000 Subject: [PATCH] configure: whitespace cosmetics Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index a1da72f..7ad3c26 100755 --- a/configure +++ b/configure @@ -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' -- 2.7.4