Commit 7a71a3d0 authored by Nicolas George's avatar Nicolas George

codec_names: remove spaces in sed command.

parent 5b71ae2b
...@@ -79,7 +79,7 @@ parse_avcodec_h () { ...@@ -79,7 +79,7 @@ parse_avcodec_h () {
parse_config_h < "$config" parse_config_h < "$config"
parse_avcodec_h < "$codecs" parse_avcodec_h < "$codecs"
sed -e '/case.*:/ ! y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \ sed -e '/case.*:/!y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/' \
-e 's/extern avcodec /extern AVCodec /' > "$out" <<EOF -e 's/extern avcodec /extern AVCodec /' > "$out" <<EOF
$outval $outval
EOF EOF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment