[Ffmpeg-cvslog] CVS: ffmpeg configure,1.171,1.172

Michael Niedermayer CVS michael
Thu May 5 01:51:47 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv18717

Modified Files:
	configure 
Log Message:
replace local sensitive awk uppercaser with tr


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- configure	2 May 2005 20:48:23 -0000	1.171
+++ configure	4 May 2005 23:51:44 -0000	1.172
@@ -1589,8 +1589,8 @@
 fi
 
 for codec in $CODEC_LIST ; do
-    echo "#define CONFIG_`echo $codec | awk '{$1=toupper($1)}1'` 1" >> $TMPH
-    echo "CONFIG_`echo $codec | awk '{$1=toupper($1)}1'`=yes" >> config.mak
+    echo "#define CONFIG_`echo $codec | tr a-z A-Z` 1" >> $TMPH
+    echo "CONFIG_`echo $codec | tr a-z A-Z`=yes" >> config.mak
 done
 
 diff $TMPH config.h >/dev/null 2>&1





More information about the ffmpeg-cvslog mailing list