codec_names: remove spaces in sed command.
This commit is contained in:
parent
5b71ae2b65
commit
7a71a3d098
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user