]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
configure: whitespace cosmetics
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Nov 2009 00:23:42 +0000 (00:23 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Nov 2009 00:23:42 +0000 (00:23 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

configure

index a1da72faa20ce1709be6cca74a7bff4c1d7d388d..7ad3c2638e400373756e937fab74d1444e2eb087 100755 (executable)
--- 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'