OSDN Git Service

codec_names: remove spaces in sed command.
authorNicolas George <nicolas.george@normalesup.org>
Mon, 22 Aug 2011 18:12:50 +0000 (20:12 +0200)
committerNicolas George <nicolas.george@normalesup.org>
Mon, 22 Aug 2011 18:12:50 +0000 (20:12 +0200)
libavcodec/codec_names.sh

index 4d86c19..167d297 100755 (executable)
@@ -79,7 +79,7 @@ parse_avcodec_h () {
 
 parse_config_h  < "$config"
 parse_avcodec_h < "$codecs"
-sed -e '/case.*:/ ! y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \
+sed -e '/case.*:/!y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \
     -e 's/extern avcodec /extern AVCodec /' > "$out" <<EOF
 $outval
 EOF