提交 932ccf39 编写于 作者: M Måns Rullgård

remove unnecessary backslashes

Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 81124ba0
...@@ -962,7 +962,7 @@ find_things(){ ...@@ -962,7 +962,7 @@ find_things(){
thing=$1 thing=$1
pattern=$2 pattern=$2
file=$source_path/$3 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) ENCODER_LIST=$(find_things encoder ENC libavcodec/allcodecs.c)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册