[FFmpeg-cvslog] r11068 - trunk/configure

diego subversion
Tue Nov 20 12:18:25 CET 2007


Author: diego
Date: Tue Nov 20 12:18:24 2007
New Revision: 11068

Log:
whitespace consistency cosmetics


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 20 12:18:24 2007
@@ -1251,7 +1251,7 @@ if enabled_any libfaad libfaadbin ; then
 #ifndef FAAD2_VERSION
 ok faad1
 #endif
-int main( void ) { return 0; }
+int main(void) { return 0; }
 EOF
         test $? = 0 && enable libfaad2
     else
@@ -1541,7 +1541,7 @@ check_lib math.h sin -lm
 check_exec <<EOF && enable lrintf || disable lrintf
 #define _ISOC9X_SOURCE  1
 #include <math.h>
-int main( void ) { return (lrintf(3.999f) > 0)?0:1; }
+int main(void) { return (lrintf(3.999f) > 0)?0:1; }
 EOF
 
 enabled_any libamr_nb libamr_wb && enable libamr
@@ -1643,7 +1643,7 @@ enabled network && enabled ipv6 && check
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
-int main( void ) {
+int main(void) {
   struct sockaddr_storage saddr;
   struct ipv6_mreq mreq6;
   getaddrinfo(0,0,0,0);




More information about the ffmpeg-cvslog mailing list