Browse code

configure: whitespace cosmetics

Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2009/11/10 09:23:42
Showing 1 changed files
... ...
@@ -1916,9 +1916,10 @@ case $target_os in
1916 1916
         ;;
1917 1917
     openbsd)
1918 1918
         enable malloc_aligned
1919
-        # on OpenBSD 4.5. the compiler does not use PIC unless explicitly using
1920
-        # -fPIC. FFmpeg builds fine without PIC, however the generated executable
1921
-        # will not do anything (simply quits with exit-code 1, no crash, no output).
1919
+        # On OpenBSD 4.5. the compiler does not use PIC unless
1920
+        # explicitly using -fPIC. FFmpeg builds fine without PIC,
1921
+        # however the generated executable will not do anything
1922
+        # (simply quits with exit-code 1, no crash, no output).
1922 1923
         # Thus explicitly enable PIC here.
1923 1924
         enable pic
1924 1925
         SHFLAGS='-shared'