[Mplayer-cvslog] CVS: main configure,1.760,1.761
Alex Beregszaszi
alex at mplayerhq.hu
Sat Sep 6 01:50:03 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv27085
Modified Files:
configure
Log Message:
solaris sed (and probably others) fix for faad detection by Michael Gernoth <simigern at stud.uni-erlangen.de>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.760
retrieving revision 1.761
diff -u -r1.760 -r1.761
--- configure 2 Sep 2003 14:36:26 -0000 1.760
+++ configure 5 Sep 2003 23:49:18 -0000 1.761
@@ -4315,9 +4315,9 @@
#endif
int main(void) {
#ifdef FAAD2_VERSION
- printf("%s",FAAD2_VERSION);
+ printf("%s\n",FAAD2_VERSION);
#else
- printf("1.0");
+ printf("1.0\n");
#endif
return 0;
}
More information about the MPlayer-cvslog
mailing list