diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-03 21:48:24 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-03 21:48:24 +0000 |
commit | 932ccf398a80f0decdab125760a7e0a357aa8d52 (patch) | |
tree | 3881d4e0a13d146841318f6887f2257070c9f119 /configure | |
parent | 81124ba0d14a2a86ec555a29d4cd8cc97b84fa13 (diff) | |
download | ffmpeg-932ccf398a80f0decdab125760a7e0a357aa8d52.tar.gz |
remove unnecessary backslashes
Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |