summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-03 21:48:24 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-03 21:48:24 +0000
commit932ccf398a80f0decdab125760a7e0a357aa8d52 (patch)
tree3881d4e0a13d146841318f6887f2257070c9f119 /configure
parent81124ba0d14a2a86ec555a29d4cd8cc97b84fa13 (diff)
remove unnecessary backslashes
Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 44225ecfa0..f283e9652a 100755
--- a/configure
+++ b/configure
@@ -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)