[FFmpeg-cvslog] r20494 - trunk/configure

mru subversion
Tue Nov 10 01:23:42 CET 2009


Author: mru
Date: Tue Nov 10 01:23:42 2009
New Revision: 20494

Log:
configure: whitespace cosmetics

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Nov 10 00:12:44 2009	(r20493)
+++ trunk/configure	Tue Nov 10 01:23:42 2009	(r20494)
@@ -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'



More information about the ffmpeg-cvslog mailing list