[SCM] libav/experimental: remove unnecessary backslashes
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:16:11 UTC 2013
The following commit has been merged in the experimental branch:
commit 932ccf398a80f0decdab125760a7e0a357aa8d52
Author: Måns Rullgård <mans at mansr.com>
Date: Mon Mar 3 21:48:24 2008 +0000
remove unnecessary backslashes
Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 44225ec..f283e96 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list