summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-11-10 00:23:42 +0000
committerMåns Rullgård <mans@mansr.com>2009-11-10 00:23:42 +0000
commit7c4a001a3385c1872ee2c7fe6637ad4bb037c093 (patch)
tree8aabf5c362648e858d2b934a343e1390b10884d0 /configure
parent260dfb1a3c5e24f1a95810d03faf8fbdf6eeff8c (diff)
configure: whitespace cosmetics
Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index a1da72faa2..7ad3c2638e 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'