mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 04:47:12 +00:00
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_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
|
||||||
|
Loading…
Reference in New Issue
Block a user