remove unnecessary backslashes
Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
81124ba0d1
commit
932ccf398a
2
configure
vendored
2
configure
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user