[FFmpeg-cvslog] r12302 - trunk/configure

mru subversion
Mon Mar 3 22:48:24 CET 2008


Author: mru
Date: Mon Mar  3 22:48:24 2008
New Revision: 12302

Log:
remove unnecessary backslashes


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Mar  3 22:48:24 2008
@@ -962,7 +962,7 @@ find_things(){
     thing=$1
     pattern=$2
     file=$source_path/$3
-    sed -n "s/^[^#]*$pattern.*([^,]*, *\\([^,]*\\)\(,.*\)*).*/\\1_$thing/p" "$file"
+    sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
 }
 
 ENCODER_LIST=$(find_things  encoder  ENC      libavcodec/allcodecs.c)




More information about the ffmpeg-cvslog mailing list